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