mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-27 23:53:23 +08:00
dockerfile: clean up
This commit is contained in:
@@ -10,6 +10,8 @@ ADD start /start
|
||||
RUN chmod 755 /start
|
||||
|
||||
EXPOSE 5432
|
||||
|
||||
VOLUME ["/var/lib/postgresql"]
|
||||
VOLUME ["/var/run/postgresql"]
|
||||
|
||||
CMD ["/start"]
|
||||
|
||||
Reference in New Issue
Block a user