Skip to content

Commit

Permalink
Fix $NGINX_SERVER_ROOT usage
Browse files Browse the repository at this point in the history
  • Loading branch information
joesb committed Jun 15, 2018
1 parent 07d371c commit 7f57916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
NGINX_STATIC_CONTENT_OPEN_FILE_CACHE: "off"
NGINX_ERROR_LOG_LEVEL: debug
NGINX_BACKEND_HOST: php
NGINX_SERVER_ROOT: $NGINX_SERVER_ROOT
NGINX_SERVER_ROOT: "${NGINX_SERVER_ROOT}"
# NGINX_DRUPAL_FILE_PROXY_URL: http://example.com
volumes:
# - ./:/var/www/html
Expand Down

0 comments on commit 7f57916

Please sign in to comment.