diff --git a/docker-compose.yml b/docker-compose.yml index e06ba5e..6cd2d84 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,6 +20,7 @@ services: - "traefik.enable=true" - "traefik.http.routers.rsocials.rule=Host(`rsocials.online`) || Host(`www.rsocials.online`) || HostRegexp(`{subdomain:[a-z0-9-]+}.rsocials.online`)" - "traefik.http.routers.rsocials.entrypoints=web" + - "traefik.http.routers.rsocials.priority=130" - "traefik.http.services.rsocials.loadbalancer.server.port=3000" - "traefik.docker.network=traefik-public" healthcheck: