Skip to content

Commit

Permalink
Fix env variable name
Browse files Browse the repository at this point in the history
Fixed env variable name which points to host source directory.
  • Loading branch information
falinsky authored Apr 20, 2018
1 parent 0c41fce commit f54e6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ syncs:
applications-docker-sync: # name of the intermediary sync volume
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file

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

Expand Down

0 comments on commit f54e6ba

Please sign in to comment.