[#290] Fix typos in docs

This commit is contained in:
TheophileDiot 2022-08-28 10:26:41 +01:00
parent 6afdb298fa
commit 94ce249d74
2 changed files with 3 additions and 3 deletions

View file

@ -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=/ \

View file

@ -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
```