From 11687ffd364636884380b750e99bd137e092d0ec Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Fri, 14 Jul 2017 19:14:51 -0400 Subject: [PATCH] disabling docker-sync --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3fba283a..66c82d3f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,8 +7,8 @@ services: applications: image: tianon/true volumes: - #- ${APPLICATION}:/var/www - - applications-sync:/var/www:nocopy # nocopy is required + - ${APPLICATION}:/var/www +# - applications-sync:/var/www:nocopy # nocopy is required ### Workspace Utilities Container ###########################