mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-12 17:09:39 -06:00
Update docker cli example to match docker compose example
This commit is contained in:
parent
f21a3adae2
commit
47683cd273
@ -84,7 +84,7 @@ You can replace `docker` with `podman` if you prefer to use podman.
|
||||
docker pull vaultwarden/server:latest
|
||||
docker run --detach --name vaultwarden \
|
||||
--env DOMAIN="https://vw.domain.tld" \
|
||||
--volume /vw-data/:/data/ \
|
||||
--volume ./vw-data/:/data/ \
|
||||
--restart unless-stopped \
|
||||
--publish 127.0.0.1:8000:80 \
|
||||
vaultwarden/server:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user