Skip to content

Commit 0baf791

Browse files
committed
enabling sync
1 parent 11687ff commit 0baf791

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ services:
77
applications:
88
image: tianon/true
99
volumes:
10-
- ${APPLICATION}:/var/www
11-
# - applications-sync:/var/www:nocopy # nocopy is required
10+
# - ${APPLICATION}:/var/www
11+
- applications-sync:/var/www:nocopy # nocopy is required
1212

1313

1414
### Workspace Utilities Container ###########################

docker-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ options:
55
syncs:
66
applications-host-sync: # name of the sync volume
77
src: '${APPLICATION}' # host source directory
8-
# sync_strategy: 'native_osx' # native_osx is the default
9-
# sync_excludes: ['ignored_folder', '.ignored_dot_folder'] # ignored folders form sync
8+
sync_strategy: 'native_osx' # native_osx is the default
9+
sync_excludes: ['laradock', '.ignored_dot_folder']

0 commit comments

Comments
 (0)