Skip to content

Commit a059549

Browse files
authored
Merge pull request laradock#1491 from falinsky/patch-1
Fix env variable name
2 parents 7c88c33 + f54e6ba commit a059549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ syncs:
66
applications-docker-sync: # name of the intermediary sync volume
77
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file
88

9-
src: '${APPLICATION}' # host source directory
9+
src: '${APP_CODE_PATH_HOST}' # host source directory
1010
sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
1111
sync_strategy: '${DOCKER_SYNC_STRATEGY}' # for osx use 'native_osx', for windows use 'unison'
1212

0 commit comments

Comments
 (0)