mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 02:45:33 +08:00
dockerfile: combine VOLUME instructions
This commit is contained in:
+1
-2
@@ -21,7 +21,6 @@ RUN chmod 755 /start
|
||||
|
||||
EXPOSE 5432
|
||||
|
||||
VOLUME ["/var/lib/postgresql"]
|
||||
VOLUME ["/run/postgresql"]
|
||||
VOLUME ["/var/lib/postgresql", "/run/postgresql"]
|
||||
|
||||
CMD ["/start"]
|
||||
|
||||
Reference in New Issue
Block a user