diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index f8e1178..9e0f301 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -32,7 +32,7 @@ jobs: --name automatic-parking \ --network traefik \ --label "traefik.enable=true" \ - --label "traefik.http.routers.automatic-parking.rule=Host(`app.automatic-parking.dev`)" \ + --label "traefik.http.routers.automatic-parking.rule=Host(`automatic-parking.dev`)" \ --label "traefik.http.routers.automatic-parking.entrypoints=websecure" \ --label "traefik.http.routers.automatic-parking.tls.certresolver=le" \ --label "traefik.http.services.automatic-parking.loadbalancer.server.port=8080" \