From 0c67d64708ce021dc938d9bb4528c4ce3718358c Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Mon, 18 Jan 2021 18:30:15 +0000 Subject: [PATCH] I actually hate docker --- build/tgs.docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tgs.docker.sh b/build/tgs.docker.sh index 490f318a42..d07e183573 100755 --- a/build/tgs.docker.sh +++ b/build/tgs.docker.sh @@ -5,8 +5,8 @@ SCRIPT_VERSION="1.2.0" echo "tgstation-server 4 container startup script v$SCRIPT_VERSION" echo "PWD: $PWD" -PROD_CONFIG=/config_data/appsettings.Production.json -HOST_CONFIG=/app/appsettings.Production.json +PROD_CONFIG=/config_data/appsettings.Production.yml +HOST_CONFIG=/app/appsettings.Production.yml if [ ! -f $PROD_CONFIG ]; then echo "$PROD_CONFIG not detected! Creating empty and running setup wizard..."