-
Hi,
Our current vaultwarden.conf is in /etc/vaultwarden/ and contains the correct DATABASE_URL, is there some way to tell the vaultwarden binary to use /etc/vaultwarden/vaultwarden.conf ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can set the Lines 8 to 11 in da3701c Alternatively if you are using a systemd .service file you can set the |
Beta Was this translation helpful? Give feedback.
-
Thank you, I got it sorted. I had not duplicated the data directory from the current installation. I also note that the docker binary-extraction instructions do specify that an alpine version is needed (assuming static linking is desired), so another rtfm for me. Thanks again. |
Beta Was this translation helpful? Give feedback.
You can set the
ENV_FILE
variable to that location.vaultwarden/.env.template
Lines 8 to 11 in da3701c
Alternatively if you are using a systemd .service file you can set the
EnvironmentFile=
directive instead.