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"