From 86a12c225bb2f69987dadd0d0e2288ad5cd62000 Mon Sep 17 00:00:00 2001 From: Refosel Date: Sat, 28 Mar 2026 01:08:19 +0300 Subject: [PATCH] Fix docker image name --- 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 f035098..f3d9c08 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\/rtw\/games:source": "gitea.refoseltw.ru\/rtw\/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' )",