Added public network

This commit is contained in:
WilliamMiceli
2018-07-13 17:48:22 -04:00
parent b8ed839ab2
commit cfde569cc7

View File

@@ -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
@@ -59,3 +61,5 @@ services:
networks:
nextcloud-net:
driver: bridge
public:
external: true