Skip to content

Listening on a specific interface (or IP address) #5292

Answered by stefan0xC
adam-devel asked this question in Q&A
Discussion options

You must be logged in to vote

Vaultwarden uses the Rocket framework. In the container we set the address to 0.0.0.0 and the port to 80:

ROCKET_ADDRESS=0.0.0.0 \
ROCKET_PORT=80 \

If you run it locally it will bind to the Rocket defaults instead.
[2024-12-14 06:41:18.045][start][INFO] Rocket has launched from http://127.0.0.1:8000

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adam-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants