+ added simplified option for my deployment

This commit is contained in:
Lucas Briese
2018-09-19 23:05:35 +02:00
parent f02c8f1758
commit 5f8686d97b
3 changed files with 14 additions and 1 deletions

View File

@ -17,7 +17,9 @@ ENV STEAM_PATH="/home/steam" \
CSS_PATH="/home/steam/addons/css" \
HL2_PATH="/home/steam/addons/hl2" \
HLDM_PATH="/home/steam/addons/hldm" \
TF2_PATH="/home/steam/addons/tf2"
TF2_PATH="/home/steam/addons/tf2" \
\
USE_MY_REPLACER_CONFIG=false
VOLUME "$SERVER_PATH"