From 64011c6592a1f2c0d581b2bfe1f1d9f00ad1f7a6 Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Sun, 30 Oct 2016 12:31:03 +0100
Subject: fixin bug in volumes exported

---
 Services/couchbase/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Services/couchbase')

diff --git a/Services/couchbase/Dockerfile b/Services/couchbase/Dockerfile
index 25c9877..e0d14f5 100644
--- a/Services/couchbase/Dockerfile
+++ b/Services/couchbase/Dockerfile
@@ -17,5 +17,5 @@ RUN chmod 775 /bin/run.sh && \
     touch $STARTUPLOG
 
 EXPOSE 11211
-VOLUME [$LOG_PATH]
-CMD ["/bin/run.sh"]
\ No newline at end of file
+VOLUME $LOG_PATH
+CMD [ "/bin/run.sh" ]
\ No newline at end of file
-- 
cgit v1.2.3