From 05e1cb8b0b7e507398d2a57651bbc57c2fa3ec7f Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 4 Jun 2020 16:51:32 +0000 Subject: [PATCH] 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 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e877798455..3d0ff62cd5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: