Correct server.cfg templating and Dockerfile whitespace
This commit is contained in:
parent
97b51e6700
commit
1e21f1cc4e
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ ENV CS2_SERVERNAME="cs2 private server" \
|
|||
CS2_STARTMAP="de_inferno" \
|
||||
CS2_GAMETYPE=0 \
|
||||
CS2_GAMEMODE=0 \
|
||||
CS2_LAN=0 \
|
||||
CS2_LAN=0 \
|
||||
CS2_ADDITIONAL_ARGS=""
|
||||
|
||||
# Set permissions on STEAMAPPDIR
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Server Defaults
|
||||
|
||||
hostname "{{SERVER_HOSTNAME}}"
|
||||
sv_lan "{{SERVER_LAN}"
|
||||
sv_lan {{SERVER_LAN}}
|
||||
|
||||
// Passwords
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue