mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
using --env-file doesn't seem to work but -v does??? #1433
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 @gmulligan on GitHub.
if I try to use podman (or docker) run with --env-file /home/bitwardenrs/config it complains that there is no .env file and I can't connect to the bitwarden server.
if I use podman (or docker) run with -v /home/bitwardenrs/config:/.env everything works just great.