Update docker cli example to match docker compose example

This commit is contained in:
Mathieu SOUM 2026-05-12 13:07:46 +02:00 committed by GitHub
parent f21a3adae2
commit 47683cd273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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