main updates added abillity to change port
This commit is contained in:
@@ -2,8 +2,7 @@ FROM fithwum/debian-base:bullseye
|
||||
LABEL maintainer "fithwum"
|
||||
|
||||
ENV ACCEPT_EULA=""
|
||||
ENV GAME_PORT_TCP=""
|
||||
ENV GAME_PORT_UDP=""
|
||||
ENV GAME_PORT=""
|
||||
ENV MC_VERSION=""
|
||||
|
||||
# URL's for files
|
||||
@@ -27,8 +26,5 @@ RUN chmod +x /MCtemp/install_script.sh
|
||||
# Directory where data is stored
|
||||
VOLUME /MCserver
|
||||
|
||||
# 25565 Default.
|
||||
EXPOSE 25565/udp 25565/tcp
|
||||
|
||||
# Run command
|
||||
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
|
||||
Reference in New Issue
Block a user