Fix docker image name
This commit is contained in:
@@ -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' )",
|
||||
|
||||
Reference in New Issue
Block a user