diff --git a/compose/prod/docker-compose.yml b/compose/prod/docker-compose.yml index 90c0e34..fc1d976 100644 --- a/compose/prod/docker-compose.yml +++ b/compose/prod/docker-compose.yml @@ -9,9 +9,9 @@ services: replicas: ${REPLICAS} labels: - "traefik.enable=true" - - "traefik.http.routers.web-fishy.rule=Host(`${DOMAIN}`)" - - "traefik.http.routers.web-fishy.entrypoints=${ENTRYPOINT}" - - "traefik.http.routers.web-fishy.tls.certresolver=${CERTRESOLVER}" + - "traefik.http.routers.fyp-web.rule=Host(`${DOMAIN}`)" + - "traefik.http.routers.fyp-web.entrypoints=${ENTRYPOINT}" + - "traefik.http.routers.fyp-web.tls.certresolver=${CERTRESOLVER}" - "com.centurylinklabs.watchtower.enable=true" networks: - proxy