Skip to content

Commit 34267ff

Browse files
authored
laradock#1275 Fix memory leaks in docker-sync with verbose true
1 parent e779bf9 commit 34267ff

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
@@ -1,7 +1,7 @@
11
version: "2"
22

33
options:
4-
verbose: true
4+
verbose: false
55
syncs:
66
applications-docker-sync: # name of the intermediary sync volume
77
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file

0 commit comments

Comments
 (0)