From c3b09e2c0e92f6c6c61dfd46c14758a6b50d97ee Mon Sep 17 00:00:00 2001 From: James <125163838+JamesTurland@users.noreply.github.com> Date: Wed, 2 Jul 2025 15:06:15 +0100 Subject: [PATCH] Update docker-compose.yaml --- Traefikv3/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Traefikv3/docker-compose.yaml b/Traefikv3/docker-compose.yaml index f0d5563..aa9fad7 100644 --- a/Traefikv3/docker-compose.yaml +++ b/Traefikv3/docker-compose.yaml @@ -13,7 +13,7 @@ services: env_file: - .env # store other secrets e.g., dashboard password networks: - proxy: + - proxy ports: - 80:80 - 443:443 @@ -51,4 +51,4 @@ services: networks: proxy: - external: true # or comment this line to auto create the network \ No newline at end of file + external: true # or comment this line to auto create the network