ROCKET_PORT isnt read from .env #7049
Weissnix4711
started this conversation in
General
Replies: 1 comment 3 replies
-
|
I use a Lines 222 to 223 in 8f0e99b Existing environment variables will take precedence however so the issue you are running into is that the container image has already set those variables in the environment: vaultwarden/docker/Dockerfile.debian Lines 166 to 168 in 8f0e99b |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a heads up for anyone else who runs into this issue (took me a solid while to figure out).
ROCKET_PORT (and possibly all the other rocket configuration, I haven't bothered checking) is not read from ENV_FILE. You must actually set it. If not, you get for example in a rootless container, this rather generic error:
Beta Was this translation helpful? Give feedback.
All reactions