Skip to content

Commit 05e1cb8

Browse files
committed
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
1 parent e756de5 commit 05e1cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- ./tools/local-env/default.template:/etc/nginx/conf.d/default.template
2222
- ./:/var/www
2323

24-
# Load our config file, substituning environment variables into the config.
24+
# Load our config file, substituting environment variables into the config.
2525
command: /bin/sh -c "envsubst '$$LOCAL_DIR' < /etc/nginx/conf.d/default.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
2626

2727
depends_on:

0 commit comments

Comments
 (0)