run volume does not mount, /var/run is a symlink to /run

This commit is contained in:
Stan Carrico
2014-09-19 19:42:37 -07:00
committed by root
parent c3b94e501d
commit 92e7c5c8c2
+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"]