We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e756de5 commit 05e1cb8Copy full SHA for 05e1cb8
docker-compose.yml
@@ -21,7 +21,7 @@ services:
21
- ./tools/local-env/default.template:/etc/nginx/conf.d/default.template
22
- ./:/var/www
23
24
- # Load our config file, substituning environment variables into the config.
+ # Load our config file, substituting environment variables into the config.
25
command: /bin/sh -c "envsubst '$$LOCAL_DIR' < /etc/nginx/conf.d/default.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
26
27
depends_on:
0 commit comments