diff --git a/docker-compose.yml b/docker-compose.yml index 6353a1f..0f5c4cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - "traefik.http.routers.tablejerseys-web.entrypoints=websecure" - "traefik.http.routers.tablejerseys-web.tls=true" - "traefik.http.routers.tablejerseys-web.tls.certresolver=le" - - "traefik.http.services.tablejerseys-web.loadbalancer.server.port=80" + - "traefik.http.services.tablejerseys-web.loadbalancer.server.port=3000" # HTTP to HTTPS redirect - "traefik.http.routers.tablejerseys-web-http.rule=Host(`${DOMAIN:-tablejerseys.com}`)" - "traefik.http.routers.tablejerseys-web-http.entrypoints=web"