From e5bcf55e35a50e9b8ff31c944dd3b578a2aafeb6 Mon Sep 17 00:00:00 2001 From: Lars Olzem Date: Mon, 20 Aug 2018 13:18:07 +0100 Subject: [PATCH] fix typo --- Dockerfile | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7dcdb9..47bfd6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,18 +1,32 @@ FROM hackebein/srcds -ENV APPS="4020" \ - TICKRATE="66" \ - MAXPLAYERS="16" \ - #http://steamcommunity.com/dev/apikey +ENV \ + # App + APPS="4020" \ + # + # Public access + # APPID: 4000 + # http://steamcommunity.com/dev/managegameservers + GLST="" \ + # + # Workshop config + # http://steamcommunity.com/dev/apikey AUTHKEY="" \ WORKSHOPCOLLECTIONID="" \ - # sandbox or terrortown + # + # Server config + TICKRATE="66" \ + MAXPLAYERS="16" \ GAMEMODE="sandbox" \ + GAMETYPE="0" \ MAP="gm_flatgrass" \ - #http://steamcommunity.com/dev/managegameservers APPID: 4000 - GLST="" \ + MAPGROUP="mg_active" \ CONFIG="server.cfg" \ + # + # Other CUSTOMPARAMETERS="" \ + # + # Start parameters SRCDSPARAMS="\ -game garrysmod \ -tickrate \${TICKRATE} \