mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
Changing the image #1959
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 @ITHanke on GitHub.
Hi Guys,
I need some help with the docker image. Some options i want is to have:
But where and when i put these command? At getting the docker file? Or in the bash of the docker image what is running?
@Brice187 commented on GitHub:
Or you can use docker-compose.yml to set environment vars:
@fbartels commented on GitHub:
A lot of the configuration is done through environment variables. The available options are documented at https://github.com/dani-garcia/bitwarden_rs/blob/master/.env.template
@mprasil commented on GitHub:
I think this was answered, so closing the issue, but feel free to reopen if you need more help.