Update Dockerfile
This commit is contained in:
@@ -8,9 +8,9 @@ RUN apt-get -y install lib32gcc1 libc6-i386 wget language-pack-en
|
|||||||
ENV DATA_DIR="/serverdata"
|
ENV DATA_DIR="/serverdata"
|
||||||
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"
|
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"
|
||||||
ENV SERVER_DIR="${DATA_DIR}/serverfiles"
|
ENV SERVER_DIR="${DATA_DIR}/serverfiles"
|
||||||
ENV GAME_ID="740"
|
ENV GAME_ID="template"
|
||||||
ENV GAME_NAME="csgo"
|
ENV GAME_NAME="template"
|
||||||
ENV GAME_PARAMS="+game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2"
|
ENV GAME_PARAMS="template"
|
||||||
ENV GAME_PORT=27015
|
ENV GAME_PORT=27015
|
||||||
ENV UID=99
|
ENV UID=99
|
||||||
ENV GID=100
|
ENV GID=100
|
||||||
|
Reference in New Issue
Block a user