From fe0e0a30a5eda316b437e0ca11c0686641998378 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 11 Nov 2023 21:17:14 -0800 Subject: [PATCH] updates --- fabric/Dockerfile | 2 +- testing/Dockerfile | 2 +- vanilla/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fabric/Dockerfile b/fabric/Dockerfile index 8878a12..8c8a941 100644 --- a/fabric/Dockerfile +++ b/fabric/Dockerfile @@ -31,7 +31,7 @@ RUN chmod +x /MCtemp/install_script.sh VOLUME /MCserver # 25565 Default. -EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp +EXPOSE 25565/udp 25565/tcp # Run command CMD [ "/bin/bash", "./MCtemp/install_script.sh" ] \ No newline at end of file diff --git a/testing/Dockerfile b/testing/Dockerfile index 4932a9c..f4c3025 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -28,7 +28,7 @@ RUN chmod +x /MCtemp/install_script.sh VOLUME /MCserver # 25565 Default. -EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp +EXPOSE 25565/udp 25565/tcp # Run command CMD [ "/bin/bash", "./MCtemp/install_script.sh" ] \ No newline at end of file diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 06dccbc..3188bbe 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -28,7 +28,7 @@ RUN chmod +x /MCtemp/install_script.sh VOLUME /MCserver # 25565 Default. -EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp +EXPOSE 25565/udp 25565/tcp # Run command CMD [ "/bin/bash", "./MCtemp/install_script.sh" ] \ No newline at end of file