From dfff19ad4625270b42db912ba47f67a0249d77ab Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 19 Nov 2024 19:48:00 +0100 Subject: [PATCH] Actualiser docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 26868dd..aa56f7a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -87,10 +87,10 @@ services: - "traefik.enable=true" - "traefik.docker.network=traefik_front_network" # HTTP - - "traefik.http.routers.authentik-http.rule=Host(`authentik.tips-of-mine.com`)" + - "traefik.http.routers.authentik-http.rule=Host(`authentik.tips-of-mine.local`)" - "traefik.http.routers.authentik-http.entrypoints=http" # HTTPS - - "traefik.http.routers.authentik-https.rule=Host(`authentik.tips-of-mine.com`)" + - "traefik.http.routers.authentik-https.rule=Host(`authentik.tips-of-mine.local`)" - "traefik.http.routers.authentik-https.entrypoints=https" - "traefik.http.routers.authentik-https.service=authentik-service" - "traefik.http.routers.authentik-https.tls=true"