Skip to content

Commit 701fd61

Browse files
authored
Update Dockerfile
1 parent b45a210 commit 701fd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COPY run.sh /
4747
# ------------- FIN SCRIPT STARTUP ---------------
4848

4949
# OUVERTURE DU PORT HTTP
50-
EXPOSE 80 514
50+
EXPOSE 80 514/udp
5151

5252
#CREATION VOLUME LOGs
5353
VOLUME [ "/var/log/net/" ]
@@ -57,4 +57,4 @@ WORKDIR ${DOCUMENTROOT}
5757

5858

5959
# EXECUTION SCRIPT ET DÉMARRAGE DES SERVICES LORS DE L'EXÉCUTION DE L'IMAGE
60-
CMD ["/run.sh"]
60+
CMD ["/run.sh"]

0 commit comments

Comments
 (0)