diff --git a/docker-compose.yml b/docker-compose.yml index bad8b70..52e18de 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: labels: - "traefik.enable=true" - "traefik.docker.network=proxy" - - "traefik.http.routers.w-make.rule=Host(`w-make.com`, `www.w-make.com`)" + - "traefik.http.routers.w-make.rule=Host(`w-make.com`) || Host(`www.w-make.com`)" - "traefik.http.routers.w-make.priority=100" - "traefik.http.routers.w-make.entrypoints=websecure" - "traefik.http.routers.w-make.tls=true"