From b20c9048053ccce8fe6baa2b475e39e40c64584b Mon Sep 17 00:00:00 2001 From: whitney Date: Fri, 16 Aug 2024 14:06:40 -0700 Subject: [PATCH] Update traefik network name --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2d8c358..fe2ecde 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" networks: - traefik_traefik-network: + traefik: external: true services: @@ -11,7 +11,7 @@ services: restart: unless-stopped build: . networks: - - traefik_traefik-network + - traefik labels: - traefik.http.routers.recipes.rule=Host(`recipes.whitney.rip`) - traefik.http.routers.recipes.tls=true