minus-squareInnertoSelfhosted@lemmy.world•Learning by doing: How to change the folder in docker compose (vaultwarden)linkfedilinkEnglish2•2 years ago So my credentials are stored in a folder called vaultwarden in the root of the server. that’s not true: ./vaultwarden with the ./ prefix means that vaultwarden will be in the same folder as your docker-compose.yml. It looks as a good position for your setup. linkfedilink
that’s not true:
./vaultwarden
with the./
prefix means thatvaultwarden
will be in the same folder as your docker-compose.yml.It looks as a good position for your setup.