fix typo
This commit is contained in:
parent
afbcf1ba93
commit
e5bcf55e35
28
Dockerfile
28
Dockerfile
@ -1,18 +1,32 @@
|
|||||||
FROM hackebein/srcds
|
FROM hackebein/srcds
|
||||||
|
|
||||||
ENV APPS="4020" \
|
ENV \
|
||||||
TICKRATE="66" \
|
# App
|
||||||
MAXPLAYERS="16" \
|
APPS="4020" \
|
||||||
#http://steamcommunity.com/dev/apikey
|
#
|
||||||
|
# Public access
|
||||||
|
# APPID: 4000
|
||||||
|
# http://steamcommunity.com/dev/managegameservers
|
||||||
|
GLST="" \
|
||||||
|
#
|
||||||
|
# Workshop config
|
||||||
|
# http://steamcommunity.com/dev/apikey
|
||||||
AUTHKEY="" \
|
AUTHKEY="" \
|
||||||
WORKSHOPCOLLECTIONID="" \
|
WORKSHOPCOLLECTIONID="" \
|
||||||
# sandbox or terrortown
|
#
|
||||||
|
# Server config
|
||||||
|
TICKRATE="66" \
|
||||||
|
MAXPLAYERS="16" \
|
||||||
GAMEMODE="sandbox" \
|
GAMEMODE="sandbox" \
|
||||||
|
GAMETYPE="0" \
|
||||||
MAP="gm_flatgrass" \
|
MAP="gm_flatgrass" \
|
||||||
#http://steamcommunity.com/dev/managegameservers APPID: 4000
|
MAPGROUP="mg_active" \
|
||||||
GLST="" \
|
|
||||||
CONFIG="server.cfg" \
|
CONFIG="server.cfg" \
|
||||||
|
#
|
||||||
|
# Other
|
||||||
CUSTOMPARAMETERS="" \
|
CUSTOMPARAMETERS="" \
|
||||||
|
#
|
||||||
|
# Start parameters
|
||||||
SRCDSPARAMS="\
|
SRCDSPARAMS="\
|
||||||
-game garrysmod \
|
-game garrysmod \
|
||||||
-tickrate \${TICKRATE} \
|
-tickrate \${TICKRATE} \
|
||||||
|
Loading…
Reference in New Issue
Block a user