mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 07:49:17 +08:00
dockerfile: explicitly specify protocol in EXPOSE instructions
This commit is contained in:
+1
-3
@@ -19,8 +19,6 @@ RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-k
|
||||
ADD start /start
|
||||
RUN chmod 755 /start
|
||||
|
||||
EXPOSE 5432
|
||||
|
||||
EXPOSE 5432/tcp
|
||||
VOLUME ["/var/lib/postgresql", "/run/postgresql"]
|
||||
|
||||
CMD ["/start"]
|
||||
|
||||
Reference in New Issue
Block a user