add support for new features from hackebein/srcds
This commit is contained in:
parent
c06e12b48e
commit
ba79f308b5
14
Dockerfile
14
Dockerfile
@ -4,14 +4,19 @@ ENV \
|
||||
# App
|
||||
APPS="4020" \
|
||||
#
|
||||
# API
|
||||
# http://steamcommunity.com/dev/apikey
|
||||
AUTHKEY="" \
|
||||
#
|
||||
# Public access
|
||||
# automatic via API
|
||||
GLSTAPP="4000" \
|
||||
# manual
|
||||
# APPID: 4000
|
||||
# http://steamcommunity.com/dev/managegameservers
|
||||
GLST="" \
|
||||
#
|
||||
# Workshop config
|
||||
# http://steamcommunity.com/dev/apikey
|
||||
AUTHKEY="" \
|
||||
# Workshop config (require API)
|
||||
WORKSHOPCOLLECTIONID="" \
|
||||
#
|
||||
# Server config
|
||||
@ -35,9 +40,8 @@ ENV \
|
||||
+host_workshop_collection \${WORKSHOPCOLLECTIONID} \
|
||||
+gamemode \${GAMEMODE} \
|
||||
+map \${MAP} \
|
||||
+sv_setsteamaccount \${GLST} \
|
||||
+servercfgfile \${CONFIG} \
|
||||
\${CUSTOMPARAMETERS} \
|
||||
"
|
||||
|
||||
COPY cfg $BASEDIR/garrysmod/cfg
|
||||
COPY cfg $BASEDIR/garrysmod/cfg
|
||||
|
Loading…
Reference in New Issue
Block a user