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:
Jonathan Desrosiers 2020-06-04 16:51:32 +00:00
parent e756de59e5
commit 05e1cb8b0b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ services:
- ./tools/local-env/default.template:/etc/nginx/conf.d/default.template
- ./:/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;'"
depends_on: