updated server settings

This commit is contained in:
2025-06-22 13:39:27 +00:00
parent b54bc37e00
commit 94cc010464
5 changed files with 30 additions and 3 deletions

View File

@ -5,10 +5,13 @@ services:
ports:
- "${PORT}:${PORT}/udp"
- "${HLTV_PORT}:${HLTV_PORT}/udp"
volumes:
- ./server.cfg:/hlds/cstrike/server.cfg
restart: unless-stopped
environment:
HOSTNAME: "${HOSTNAME}"
MAP: "${START_MAP}"
MAXPLAYERS: "${MAX_PLAYERS}"
MAX_PLAYERS: "${MAX_PLAYERS}"
PORT: "${PORT}"
HLTV_PORT: "${HLTV_PORT}"
RCON_PASSWORD: "${RCON_PASSWORD}"