Updated Starting a Container (markdown)
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]].
|
Loading…
Reference in New Issue