Docs: Fix a typo in the Docker compose file.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@47912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e756de59e5
commit
05e1cb8b0b
@ -21,7 +21,7 @@ services:
|
|||||||
- ./tools/local-env/default.template:/etc/nginx/conf.d/default.template
|
- ./tools/local-env/default.template:/etc/nginx/conf.d/default.template
|
||||||
- ./:/var/www
|
- ./:/var/www
|
||||||
|
|
||||||
# Load our config file, substituning environment variables into the config.
|
# Load our config file, substituting environment variables into the config.
|
||||||
command: /bin/sh -c "envsubst '$$LOCAL_DIR' < /etc/nginx/conf.d/default.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
|
command: /bin/sh -c "envsubst '$$LOCAL_DIR' < /etc/nginx/conf.d/default.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user