From 0e4b61d7b0b9b21fd317f5d792d805406423f562 Mon Sep 17 00:00:00 2001 From: saurjk Date: Sun, 24 May 2020 09:55:05 +0200 Subject: [PATCH] fixed link --- Starting-a-Container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Starting-a-Container.md b/Starting-a-Container.md index 3d1d64c..1c3d0dd 100644 --- a/Starting-a-Container.md +++ b/Starting-a-Container.md @@ -18,7 +18,7 @@ This will preserve any persistent data under `/bw-data/`, you can adapt the path The service will be exposed on host-port 80 or 8080. -For non-x86 hardware or to run specific version, you can [[choose some other image|Which-Docker-image-to-use]]. +For non-x86 hardware or to run specific version, you can [[choose some other image|Which-container-image-to-use]]. If your docker/bitwarden_rs runs on a device with a fixed IP, you can bind the host-port to that specific IP and hence prevent exposing the host-port to the whole world or network. Add the IP address (e.g. 192.168.0.2) in front of the host-port and container-port as follows: