소스 검색

Fix env variable name

Fixed env variable name which points to host source directory.
Sergey Falinsky 7 년 전
부모
커밋
f54e6baf02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-sync.yml

+ 1 - 1
docker-sync.yml

@@ -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'