Parcourir la source

Only single port needed in Dockerfile (Issue #4) because of frontend proxy config.

jamesread il y a 5 ans
Parent
commit
8ee6f1029e
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -7,8 +7,6 @@ CMD mkdir -p /config /var/www/olivetin/
 CMD dnf install -y iputils && dnf clean all && rm -rf /var/cache/yum # install ping
 
 EXPOSE 1337/tcp 
-EXPOSE 1338/tcp 
-EXPOSE 1339/tcp
 
 VOLUME /config