diff --git a/Dockerfile b/Dockerfile index 61b2a2f..2352b83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM hackebein/srcds ENV \ - SIGNALS_ENABLE="false" \ # App APPS="4020" \ # @@ -44,5 +43,3 @@ ENV \ +servercfgfile \${CONFIG} \ \${CUSTOMPARAMETERS} \ " - -COPY cfg $BASEDIR/garrysmod/cfg diff --git a/cfg/mount.cfg b/cfg/mount.cfg deleted file mode 100644 index 07745c8..0000000 --- a/cfg/mount.cfg +++ /dev/null @@ -1,19 +0,0 @@ - -// -// Use this file to mount additional paths to the filesystem -// DO NOT add a slash to the end of the filename -// - -"mountcfg" -{ - //"cstrike" "" - //"hl1" "" - //"hl1_hd" "" - //"hl2" "" - //"hl2mp" "" - //"episodic" "" - //"ep2" "" - //"lostcoast" "" -} - - diff --git a/cfg/mountdepots.txt b/cfg/mountdepots.txt deleted file mode 100644 index 14ba47a..0000000 --- a/cfg/mountdepots.txt +++ /dev/null @@ -1,11 +0,0 @@ -"gamedepotsystem" -{ - //"cstrike" "1" - //"hl1" "1" - //"hl1_hd" "1" - //"hl2" "1" - //"hl2mp" "1" - //"episodic" "1" - //"ep2" "1" - //"lostcoast" "1" -} \ No newline at end of file