mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
Docker in container unreachable #35
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?
Originally created by @lablans on GitHub (Jul 12, 2018).
This is about @mprasil's container: Newest version listens on localhost rather than 0.0.0.0. As a result, docker cannot expose the port and Bitwarden is unreachable.
Steps to reproduce:
Previous image
110e31f98241runs fine.@mprasil commented on GitHub (Jul 12, 2018):
Hmm for some reason
ROCKET_ENVis not applied correctly. Oddly enough you can run the container fine if you set the variable directly:Edit: Actually it's because it's defined at wrong spot in the node image and not the resulting one. Going to fire up an PR for that.
@ptman commented on GitHub (Jul 12, 2018):
I was just also going to chime in about the inconsistency between README and the ports actually in use in the image.
@mprasil commented on GitHub (Jul 12, 2018):
I'm just testing the PR. Once verified in next ~10 minutes, I'll push and trigger the build on docker hub. In the meantime you can start the container with
-e ROCKET_ENV=stagingas a quick workaround.@mprasil commented on GitHub (Jul 12, 2018):
The code has been merged and pushed, build is now triggered, you should be able to follow it here. Once done (this usually takes just slightly less than one hour) you should be good to use the latest image.