mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-28 11:19:30 +08:00
Merge branch 'shcarrico-modify-run-volume'
This commit is contained in:
+1
-1
@@ -12,6 +12,6 @@ RUN chmod 755 /start
|
|||||||
EXPOSE 5432
|
EXPOSE 5432
|
||||||
|
|
||||||
VOLUME ["/var/lib/postgresql"]
|
VOLUME ["/var/lib/postgresql"]
|
||||||
VOLUME ["/var/run/postgresql"]
|
VOLUME ["/run/postgresql"]
|
||||||
|
|
||||||
CMD ["/start"]
|
CMD ["/start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user