mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-13 12:10:31 +08:00
dockerfile: added volume mount instruction for /var/run/postgresql
This commit is contained in:
@@ -11,4 +11,5 @@ RUN chmod 755 /start
|
|||||||
|
|
||||||
EXPOSE 5432
|
EXPOSE 5432
|
||||||
VOLUME ["/var/lib/postgresql"]
|
VOLUME ["/var/lib/postgresql"]
|
||||||
|
VOLUME ["/var/run/postgresql"]
|
||||||
CMD ["/start"]
|
CMD ["/start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user