mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 20:43:44 +03:00
Created starting a container (markdown)
@@ -0,0 +1,10 @@
|
||||
## Starting a container
|
||||
The persistent data is stored under /data inside the container, so the only requirement for persistent deployment using Docker is to mount persistent volume at the path:
|
||||
|
||||
```
|
||||
docker run -d --name bitwarden -v /bw-data/:/data/ -p 80:80 mprasil/bitwarden:latest
|
||||
```
|
||||
|
||||
This will preserve any persistent data under `/bw-data/`, you can adapt the path to whatever suits you.
|
||||
|
||||
The service will be exposed on port 80.
|
||||
Reference in New Issue
Block a user