We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c88c33 + f54e6ba commit a059549Copy full SHA for a059549
1 file changed
docker-sync.yml
@@ -6,7 +6,7 @@ syncs:
6
applications-docker-sync: # name of the intermediary sync volume
7
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file
8
9
- src: '${APPLICATION}' # host source directory
+ src: '${APP_CODE_PATH_HOST}' # host source directory
10
sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
11
sync_strategy: '${DOCKER_SYNC_STRATEGY}' # for osx use 'native_osx', for windows use 'unison'
12
0 commit comments