+ added hostname, password, voiceenabled options

This commit is contained in:
Lucas Briese
2018-10-03 00:50:19 +02:00
parent b9b1a01c3f
commit 9ebcd4f3a8
4 changed files with 50 additions and 9 deletions

View File

@ -10,6 +10,10 @@ ENV STEAM_PATH="/home/steam" \
DOCKER_USER=steam \
\
WORKSHOP_COLLECTION_ID= \
SERVER_NAME="" \
SERVER_PASSWORD="" \
SERVER_VOICE_ENABLE="1" \
\
INSTALL_CSS=false \
INSTALL_HL2=false \
INSTALL_HLDM=false \
@ -22,7 +26,7 @@ ENV STEAM_PATH="/home/steam" \
\
USE_MY_REPLACER_CONFIG=false \
DEBIAN_FRONTEND=noninteractive
ENTRYPOINT ["./home/entrypoint.sh"]
COPY ["entrypoint.sh", "experimental.sh", "forceWorkshopDownload.sh", "installAndMountAddons.sh", "/home/"]