mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-09-10 12:00:18 +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
|
ADD start /start
|
||||||
RUN chmod 755 /start
|
RUN chmod 755 /start
|
||||||
|
|
||||||
EXPOSE 5432
|
EXPOSE 5432/tcp
|
||||||
|
|
||||||
VOLUME ["/var/lib/postgresql", "/run/postgresql"]
|
VOLUME ["/var/lib/postgresql", "/run/postgresql"]
|
||||||
|
|
||||||
CMD ["/start"]
|
CMD ["/start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user