diff --git a/Starting-a-Container.md b/Starting-a-Container.md index 60d0332..4fb493c 100644 --- a/Starting-a-Container.md +++ b/Starting-a-Container.md @@ -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. \ No newline at end of file +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]]. \ No newline at end of file