[PR #1838] Expose $ROCKET_PORT instead of 80 #3358

Open
opened 2025-10-09 18:21:55 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/1838

State: closed
Merged: No


EXPOSE in the Dockerfiles is hard-coded to 80 instead using the defined rocket port. This is causing problems e.g. when setting up a reverse proxy via Traefik using labels as Traefik will use the ports set by the EXPOSE command. Current workaround is to provide the rocket port to the service using an extra label.

**Original Pull Request:** https://github.com/dani-garcia/vaultwarden/pull/1838 **State:** closed **Merged:** No --- EXPOSE in the Dockerfiles is hard-coded to 80 instead using the defined rocket port. This is causing problems e.g. when setting up a reverse proxy via Traefik using labels as Traefik will use the ports set by the EXPOSE command. Current workaround is to provide the rocket port to the service using an extra label.
OVERLORD added the pull-request label 2025-10-09 18:21:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3358