Skip to content
Snippets Groups Projects
Unverified Commit e4894524 authored by Timon Klinkert's avatar Timon Klinkert Committed by GitHub
Browse files

updated docker run command

parent e7f083de
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ Pull the docker image and mount a volume from the host for persistent storage:
```sh
docker pull vaultwarden/server:latest
docker run -d --name vaultwarden -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latest
docker run -d --name vaultwarden -v /vw-data/:/data/ --restart unless-stopped -p 80:80 vaultwarden/server:latest
```
This will preserve any persistent data under /vw-data/, you can adapt the path to whatever suits you.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment