add missing backslash in the quickstart guide and update autoconf examples with the depends_on directive
This commit is contained in:
parent
fd61df205f
commit
f1c043604a
@ -294,7 +294,7 @@ docker run --network mynet \
|
|||||||
-l bunkerized-nginx.SERVER_NAME=app2.domain.com \
|
-l bunkerized-nginx.SERVER_NAME=app2.domain.com \
|
||||||
-l bunkerized-nginx.USE_REVERSE_PROXY=yes \
|
-l bunkerized-nginx.USE_REVERSE_PROXY=yes \
|
||||||
-l bunkerized-nginx.REVERSE_PROXY_URL=/ \
|
-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
|
tutum/hello-world
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -31,6 +31,9 @@ services:
|
|||||||
- autoconf:/etc/nginx
|
- autoconf:/etc/nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
- mywww
|
- mywww
|
||||||
|
- myapp1
|
||||||
|
- myapp2
|
||||||
|
- myapp3
|
||||||
|
|
||||||
myapp1:
|
myapp1:
|
||||||
image: php:fpm
|
image: php:fpm
|
||||||
|
|||||||
@ -32,6 +32,9 @@ services:
|
|||||||
- autoconf:/etc/nginx
|
- autoconf:/etc/nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
- mywww
|
- mywww
|
||||||
|
- myapp1
|
||||||
|
- myapp2
|
||||||
|
- myapp3
|
||||||
|
|
||||||
myapp1:
|
myapp1:
|
||||||
build: js-app
|
build: js-app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user