Update Dockerfile

This commit is contained in:
2019-04-16 15:05:57 +02:00
committed by GitHub
parent f4bbb08354
commit 2b40b1eb63

View File

@@ -8,9 +8,9 @@ RUN apt-get -y install lib32gcc1 libc6-i386 wget language-pack-en
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"
ENV SERVER_DIR="${DATA_DIR}/serverfiles"
ENV GAME_ID="740"
ENV GAME_NAME="csgo"
ENV GAME_PARAMS="+game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2"
ENV GAME_ID="template"
ENV GAME_NAME="template"
ENV GAME_PARAMS="template"
ENV GAME_PORT=27015
ENV UID=99
ENV GID=100