Replies: 1 comment
-
You need to recreate the container as the environment variables are bound to the container. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have been using the Conatiner for a long time, now I wanted to make a few adjustments to the environment, but whenever I restart the container via Portainer, the old environment is back and the additional ones are gone.
I have to mention, I once had a config.json, I wanted to replace it and do everything in the environment, I renamed the config.json.
For example, I also set an ADMIN_TOKEN with argon2, when I update the container the token is different and the log says :
NOTICE] You are using a plain text
ADMIN_TOKEN
which is insecure.Please generate a secure Argon2 PHC string by using
vaultwarden hash
orargon2
.See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
I'm honestly a bit at a loss.
Oh well, everything else works as it should, webapp etc. works
Beta Was this translation helpful? Give feedback.
All reactions