updates
This commit is contained in:
@@ -31,7 +31,7 @@ RUN chmod +x /MCtemp/install_script.sh
|
|||||||
VOLUME /MCserver
|
VOLUME /MCserver
|
||||||
|
|
||||||
# 25565 Default.
|
# 25565 Default.
|
||||||
EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp
|
EXPOSE 25565/udp 25565/tcp
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
||||||
@@ -28,7 +28,7 @@ RUN chmod +x /MCtemp/install_script.sh
|
|||||||
VOLUME /MCserver
|
VOLUME /MCserver
|
||||||
|
|
||||||
# 25565 Default.
|
# 25565 Default.
|
||||||
EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp
|
EXPOSE 25565/udp 25565/tcp
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
||||||
@@ -28,7 +28,7 @@ RUN chmod +x /MCtemp/install_script.sh
|
|||||||
VOLUME /MCserver
|
VOLUME /MCserver
|
||||||
|
|
||||||
# 25565 Default.
|
# 25565 Default.
|
||||||
EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp
|
EXPOSE 25565/udp 25565/tcp
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
||||||
Reference in New Issue
Block a user