switch to automount from parent image

This commit is contained in:
Lars Olzem 2020-03-30 02:54:42 +02:00
parent b0c7b9279a
commit d7ce15e706
No known key found for this signature in database
GPG Key ID: 358CF5698DDD556E
3 changed files with 0 additions and 33 deletions

View File

@ -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

View File

@ -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" ""
}

View File

@ -1,11 +0,0 @@
"gamedepotsystem"
{
//"cstrike" "1"
//"hl1" "1"
//"hl1_hd" "1"
//"hl2" "1"
//"hl2mp" "1"
//"episodic" "1"
//"ep2" "1"
//"lostcoast" "1"
}