From ac8aa9a049887c23b7eb9ecc88d23859723fdf17 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 16 Jun 2021 01:51:29 -0500 Subject: [PATCH] Add server.cfg to docker mount --- playbooks/game.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/game.yml b/playbooks/game.yml index fc2c2cb..74aed59 100755 --- a/playbooks/game.yml +++ b/playbooks/game.yml @@ -72,6 +72,8 @@ - "27015:27015" - "27015:27015/udp" - "27020:27020/udp" + volumes: + - /data/css/server.cfg:/home/steam/css/cstrike/cfg/my-server.cfg tags: [ docker, css ] # https://github.com/mkrupczak3/SCP-SECRET-LAB-DOCKER # Kinda forked it and changed a few settings tho