diff --git a/docs/quickstart-guide.md b/docs/quickstart-guide.md index 60ae2dd22..2c5be9e9c 100644 --- a/docs/quickstart-guide.md +++ b/docs/quickstart-guide.md @@ -372,7 +372,7 @@ You will find more settings about reverse proxy in the [settings section](/1.4/s -p 80:8080 \ -p 443:8443 \ -v bw-data:/data \ - -e MULTISITE=yes + -e MULTISITE=yes \ -e "SERVER_NAME=app1.example.com app2.example.com app3.example.com" \ -e USE_REVERSE_PROXY=yes \ -e REVERSE_PROXY_URL=/ \ diff --git a/docs/web-ui.md b/docs/web-ui.md index eba255b47..6eec055df 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -60,7 +60,7 @@ Because the web UI is a web application, the recommended installation procedure You can now create the BunkerWeb container with specific settings and volumes related to the web UI, please note the special `bunkerweb.UI` label which is mandatory : ```shell docker run -d \ - --name mybunker + --name mybunker \ --network bw-services \ -p 80:8080 \ -p 443:8443 \ @@ -114,7 +114,7 @@ Because the web UI is a web application, the recommended installation procedure -e DOCKER_HOST=tcp://mydocker:2375 \ -e ADMIN_USERNAME=admin \ -e ADMIN_PASSWORD=changeme \ - -e ABSOLUTE_URI=http(s)://bwadm.example.com/changeme/ + -e ABSOLUTE_URI=http(s)://bwadm.example.com/changeme/ \ bunkerity/bunkerweb-ui:1.4.3 && \ docker network connect bw-docker myui ```