dockerfile: added volume mount instruction for /var/run/postgresql

This commit is contained in:
Sameer Naik
2014-09-04 14:23:10 +05:30
parent e0ce5c7005
commit 81786d6f16
+1
View File
@@ -11,4 +11,5 @@ RUN chmod 755 /start
EXPOSE 5432
VOLUME ["/var/lib/postgresql"]
VOLUME ["/var/run/postgresql"]
CMD ["/start"]