We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11687ff commit 0baf791Copy full SHA for 0baf791
2 files changed
docker-compose.yml
@@ -7,8 +7,8 @@ services:
7
applications:
8
image: tianon/true
9
volumes:
10
- - ${APPLICATION}:/var/www
11
-# - applications-sync:/var/www:nocopy # nocopy is required
+# - ${APPLICATION}:/var/www
+ - applications-sync:/var/www:nocopy # nocopy is required
12
13
14
### Workspace Utilities Container ###########################
docker-sync.yml
@@ -5,5 +5,5 @@ options:
5
syncs:
6
applications-host-sync: # name of the sync volume
src: '${APPLICATION}' # host source directory
- # sync_strategy: 'native_osx' # native_osx is the default
- # sync_excludes: ['ignored_folder', '.ignored_dot_folder'] # ignored folders form sync
+ sync_strategy: 'native_osx' # native_osx is the default
+ sync_excludes: ['laradock', '.ignored_dot_folder']
0 commit comments