We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b103abb commit 6a39a57Copy full SHA for 6a39a57
examples/cs2-dedicated-server/docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
- CS2_PORT=27015 # (CS2 server listen port tcp_udp)
15
- CS2_SERVER_HIBERNATE=0 # (Put server in a low CPU state when there are no players. 0 - hibernation disabled, 1 - hibernation enabled)
16
- CS2_LAN=0 # (0 - LAN mode disabled, 1 - LAN Mode enabled)
17
- - CS2_RCONPW=cruelly-sequel # (RCON password)
+ - CS2_RCONPW=cruelly-sequel-dejected # (RCON password)
18
- CS2_PW=sake-earthly-lair # (CS2 server password)
19
- CS2_MAXPLAYERS=10 # (Max players)
20
# Game modes
@@ -50,4 +50,4 @@ services:
50
restart: unless-stopped
51
52
volumes:
53
- cs2:
+ cs2:
0 commit comments