From 50f1d5721324dc455bbf84abf5ced89e69e4337e Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Sat, 3 Jan 2015 18:56:28 +0100 Subject: [PATCH] avoid bindfs on php container, it slow the things a lot --- fig.yml.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/fig.yml.dist b/fig.yml.dist index 79e2ea9..ef2c9f6 100644 --- a/fig.yml.dist +++ b/fig.yml.dist @@ -19,9 +19,6 @@ nginx: php: image: twinbit/docker-drupal-php hostname: php - environment: - - LOCAL_UID=##LOCAL_UID## - - LOCAL_GID=##LOCAL_GID## links: - mysql - mailcatcher