diff --git a/docker-compose.staging.yaml b/docker-compose.staging.yaml index 96e0d16..faeef17 100644 --- a/docker-compose.staging.yaml +++ b/docker-compose.staging.yaml @@ -48,7 +48,7 @@ services: labels: - "com.centurylinklabs.watchtower.enable=true" - "traefik.docker.network=traefik" - - "traefik.http.routers.firmware-hub-www.rule=Host(`firmware-hq.dev`)" + - "traefik.http.routers.firmware-hub-www.rule=Host(`staging.firmware-hq.dev`)" - "traefik.http.routers.firmware-hub-www.entrypoints=https" - "traefik.http.routers.firmware-hub-www.tls=true" - "traefik.http.routers.firmware-hub-www.tls.certresolver=le"