updated server settings
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user