Skip to content

Commit 6a39a57

Browse files
authored
Update docker-compose.yml
increase rcon pw
1 parent b103abb commit 6a39a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cs2-dedicated-server/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- CS2_PORT=27015 # (CS2 server listen port tcp_udp)
1515
- CS2_SERVER_HIBERNATE=0 # (Put server in a low CPU state when there are no players. 0 - hibernation disabled, 1 - hibernation enabled)
1616
- CS2_LAN=0 # (0 - LAN mode disabled, 1 - LAN Mode enabled)
17-
- CS2_RCONPW=cruelly-sequel # (RCON password)
17+
- CS2_RCONPW=cruelly-sequel-dejected # (RCON password)
1818
- CS2_PW=sake-earthly-lair # (CS2 server password)
1919
- CS2_MAXPLAYERS=10 # (Max players)
2020
# Game modes
@@ -50,4 +50,4 @@ services:
5050
restart: unless-stopped
5151

5252
volumes:
53-
cs2:
53+
cs2:

0 commit comments

Comments
 (0)