mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #1838] Expose $ROCKET_PORT instead of 80 #3358
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.