diff --git a/docker-compose.yml b/docker-compose.yml index 792c993..f9d11f4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.rmaps.rule=Host(`rmaps.online`) || Host(`www.rmaps.online`) || HostRegexp(`{subdomain:[a-z0-9-]+}.rmaps.online`)" + - "traefik.http.routers.rmaps.priority=130" - "traefik.http.routers.rmaps.entrypoints=web" - "traefik.http.services.rmaps.loadbalancer.server.port=3000" networks: