From 4ca6935b59fc2b4cce486c29f8df9b862853f425 Mon Sep 17 00:00:00 2001 From: Refosel Date: Sat, 28 Mar 2026 01:14:58 +0300 Subject: [PATCH] Fix lowercase --- egg-garrys-mod-x64-github.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egg-garrys-mod-x64-github.json b/egg-garrys-mod-x64-github.json index f3d9c08..5bbd7a6 100644 --- a/egg-garrys-mod-x64-github.json +++ b/egg-garrys-mod-x64-github.json @@ -13,7 +13,7 @@ "steam_disk_space" ], "docker_images": { - "gitea.refoseltw.ru\/RefoselTeamWork\/games:source": "gitea.refoseltw.ru\/RefoselTeamWork\/games:source" + "gitea.refoseltw.ru\/refoselteamwork\/games:source": "gitea.refoseltw.ru\/refoselteamwork\/games:source" }, "file_denylist": [], "startup": "`if [[ -d .git ]] && [[ {{AUTO_GIT_UPDATE}} == \"1\" ]]; then git pull --no-edit > \/dev\/null; fi;` .\/srcds_run_x64 -game garrysmod -console -port {{SERVER_PORT}} +ip 0.0.0.0 +host_workshop_collection {{WORKSHOP_ID}} +map {{SRCDS_MAP}} +gamemode {{GAMEMODE}} -strictportbind -norestart +sv_setsteamaccount {{STEAM_ACC}} +maxplayers {{MAX_PLAYERS}} -tickrate {{TICKRATE}} $( [ \"$LUA_REFRESH\" == \"1\" ] || printf %s '-disableluarefresh' )",