Created
July 19, 2018 15:36
-
-
Save weitzman/4d1475e9de3c14a1a33ef4fd9808268e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copy and rename this file to .env at root of this project. | |
# | |
# Set a docker caching specification for the code mount. | |
# | |
# File access in hosted volumes can be very slow on Mac due to issues with the | |
# filesystem. Using cached or delegated here can really speed things up, but | |
# this isn't a cross-platform feature. | |
# See https://docs.docker.com/compose/compose-file/#caching-options-for-volume-mounts-docker-for-mac | |
# VOLUME_FLAGS=cached | |
# Specify the path and filename of your Acquia SSH key (defaults to id_rsa). | |
# PRIVATE_KEY=-~/.ssh/id_rsa | |
# Change if you want http://mass.local to be accessible at a different port. | |
# WEB_PORT=80 | |
# XDebug defaults to Off in the drupal container (IDEKEY=PHPSTORM, Port 9000). | |
# | |
# Uncomment to enable XDebug. | |
# XDEBUG_ENABLE=1 | |
# | |
# Specify a remote_host (only needed for Windows & Linux hosts). | |
# XDEBUG_CONFIG=remote_host=docker.for.mac.localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment