Added public network
This commit is contained in:
@@ -27,8 +27,10 @@ services:
|
||||
traefik.acme: true
|
||||
traefik.backend: Nextcloud
|
||||
traefik.frontend.entryPoints: http,https
|
||||
traefik.docker.network: public
|
||||
networks:
|
||||
- nextcloud-net
|
||||
- public
|
||||
ports:
|
||||
- "${HOST_HTTP_PORT}:80"
|
||||
restart: on-failure
|
||||
@@ -58,4 +60,6 @@ services:
|
||||
|
||||
networks:
|
||||
nextcloud-net:
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
public:
|
||||
external: true
|
||||
Reference in New Issue
Block a user