Сервер CS:GO в Docker просит обновление

Allidon

Участник
Сообщения
2
Реакции
1
Операционная система
Linux
Текст ошибки
GC Connection established for server version 1575, instance idx 1

MasterRequestRestart

Your server needs to be restarted in order to receive the latest update.

L 06/30/2025 - 08:32:33: Your server needs to be restarted in order to receive the latest update.
Список мета-модулей
нет
Список плагинов SM
нет
Список расширений SM
нет
Приветствую, по инструкции с Linux Server работают сервер кс2 и еще одной игра с ГО по такому компосу

version: '3.4'
services:
linuxgsm-csgo:
image: gameservermanagers/gameserver:csgo
# image: ghcr.io/gameservermanagers/gameserver:csgo
container_name: csgo
volumes:
- /mnt/Arhiv/docker/csgo:/data
ports:
- "27017:27015/tcp"
- "27017:27015/udp"
- "27022:27020/udp"
- "27007:27005/udp"
dns:
- 8.8.8.8
- 1.1.1.1
restart: unless-stopped

В логах такая ошибка. Может кто сталкивался?


GC Connection established for server version 1575, instance idx 1
MasterRequestRestart
Your server needs to be restarted in order to receive the latest update.
L 06/30/2025 - 08:32:33: Your server needs to be restarted in order to receive the latest update.
 

Allidon

Участник
Сообщения
2
Реакции
1
services:
csgo:
image: timche/csgo:sourcemod
container_name: csgo-modded
volumes:
- /путь_к_папке:/home/csgo/server
ports:
- "27015:27015/tcp"
- "27015:27015/udp"
- "27020:27020/udp"
- "27005:27005/udp"
environment:
- CSGO_MAP=de_dust2
#- CSGO_PORT=27015
- CSGO_GSLT=ваш_стим_ид
- CSGO_RCON_PW=пароль_к_ркон
- CSGO_TICKRATE=128
- CSGO_MAX_PLAYERS=32
#- CSGO_DISABLE_BOTS=false

restart: unless-stopped
С этим образом все чудесно работает и сорсмод сразу установлен, доставил только GitHub - honey-malviya/No-Lobby-Reservation: Allows players to connect to the serve without requesting a lobby_id from Steam.
 
Сверху Снизу