mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 01:14:58 +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
|
||||
VOLUME ["/var/lib/postgresql"]
|
||||
VOLUME ["/var/run/postgresql"]
|
||||
CMD ["/start"]
|
||||
|
||||
Reference in New Issue
Block a user