From 023a41b4e3a333245c80be3655e04666de26f72f Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Tue, 8 Oct 2024 15:51:01 +0800 Subject: [PATCH] fdfdf --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 444c843..d6d9a85 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: # - traefik.http.routers.allAndOne-https.tls=true # - traefik.http.routers.allAndOne-https.tls.certresolver=le - - traefik.basic.frontend.rule=Host(`${DOMAIN?Variable not set}`) || Host(`www.${DOMAIN?Variable not set}`) + - traefik.basic.allinone.rule=Host(`${DOMAIN?Variable not set}`) || Host(`www.${DOMAIN?Variable not set}`) - "traefik.basic.port=3000" - "traefik.basic.protocol=http"