Browse Source
Update docker cli example to match docker compose example
pull/7209/head
Mathieu SOUM
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
|
@ -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 |
|
|
|
|