summaryrefslogtreecommitdiffstats
path: root/Services/memcache
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-29 23:52:56 +0100
committerstartxfr <clarue@startx.fr>2015-11-29 23:52:56 +0100
commitd3189d55206417557b03fde732693aaffca54cf8 (patch)
tree1c3d7ea129879cbff7cb534a4222ee13aadb6f3e /Services/memcache
parenta4930f0838f1224bdf4fa0885e858e7a865513ca (diff)
downloadphpmyadmin-d3189d55206417557b03fde732693aaffca54cf8.tar.gz
phpmyadmin-d3189d55206417557b03fde732693aaffca54cf8.tar.bz2
phpmyadmin-d3189d55206417557b03fde732693aaffca54cf8.tar.xz
phpmyadmin-d3189d55206417557b03fde732693aaffca54cf8.zip
bugfix for mongo service and reshapping of ooconv
Diffstat (limited to 'Services/memcache')
-rw-r--r--Services/memcache/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/memcache/Dockerfile b/Services/memcache/Dockerfile
index 9b2b948..32724b2 100644
--- a/Services/memcache/Dockerfile
+++ b/Services/memcache/Dockerfile
@@ -12,4 +12,5 @@ RUN chmod 775 /bin/run.sh && \
touch $STARTUPLOG
EXPOSE 11211
+VOLUME [$LOG_PATH]
CMD ["/bin/run.sh"] \ No newline at end of file