From f14114d3dbc1b8de038b72069beed6748fe6a7d4 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Mon, 31 Jan 2022 09:00:10 +0100 Subject: [PATCH] =?UTF-8?q?fixed=20Tr=C3=A6fik=20network?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a23ac4b..51124e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: - PAPERLESS_SECRET_KEY=${PAPERLESS_SECRET_KEY} labels: - traefik.enable=${TRAEFIK_ENABLED} - - traefik.docker.network=traefik + - traefik.docker.network=${TRAEFIK_NETWORK} ### Section HTTP - traefik.http.routers.http-${TRAEFIK_ROUTER}.entrypoints=http # redirect to HTTPS only