Merge branch 'shcarrico-modify-run-volume'

This commit is contained in:
Sameer Naik
2014-09-20 09:50:42 +05:30
+1 -1
View File
@@ -12,6 +12,6 @@ RUN chmod 755 /start
EXPOSE 5432
VOLUME ["/var/lib/postgresql"]
VOLUME ["/var/run/postgresql"]
VOLUME ["/run/postgresql"]
CMD ["/start"]