0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 15:08:58 +02:00

Updated Starting a Container (markdown)

mprasil 2019-02-25 17:51:58 +00:00
parent 665f907417
commit e922317973

@ -6,4 +6,6 @@ docker run -d --name bitwarden -v /bw-data/:/data/ -p 80:80 mprasil/bitwarden:la
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.
The service will be exposed on port 80.
For non-x86 hardware or to run specific version, you can [[choose some other image|Which-Docker-image-to-use]].