add missing backslash in the quickstart guide and update autoconf examples with the depends_on directive

This commit is contained in:
bunkerity 2021-05-11 08:54:34 +02:00
parent fd61df205f
commit f1c043604a
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
3 changed files with 7 additions and 1 deletions

View File

@ -294,7 +294,7 @@ docker run --network mynet \
-l bunkerized-nginx.SERVER_NAME=app2.domain.com \
-l bunkerized-nginx.USE_REVERSE_PROXY=yes \
-l bunkerized-nginx.REVERSE_PROXY_URL=/ \
-l bunkerized-nginx.REVERSE_PROXY_HOST=http://anotherapp
-l bunkerized-nginx.REVERSE_PROXY_HOST=http://anotherapp \
tutum/hello-world
```

View File

@ -31,6 +31,9 @@ services:
- autoconf:/etc/nginx
depends_on:
- mywww
- myapp1
- myapp2
- myapp3
myapp1:
image: php:fpm

View File

@ -32,6 +32,9 @@ services:
- autoconf:/etc/nginx
depends_on:
- mywww
- myapp1
- myapp2
- myapp3
myapp1:
build: js-app