Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
increase rcon pw
  • Loading branch information
l4rm4nd authored Feb 16, 2024
1 parent b103abb commit 6a39a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cs2-dedicated-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- CS2_PORT=27015 # (CS2 server listen port tcp_udp)
- CS2_SERVER_HIBERNATE=0 # (Put server in a low CPU state when there are no players. 0 - hibernation disabled, 1 - hibernation enabled)
- CS2_LAN=0 # (0 - LAN mode disabled, 1 - LAN Mode enabled)
- CS2_RCONPW=cruelly-sequel # (RCON password)
- CS2_RCONPW=cruelly-sequel-dejected # (RCON password)
- CS2_PW=sake-earthly-lair # (CS2 server password)
- CS2_MAXPLAYERS=10 # (Max players)
# Game modes
Expand Down Expand Up @@ -50,4 +50,4 @@ services:
restart: unless-stopped

volumes:
cs2:
cs2:

0 comments on commit 6a39a57

Please sign in to comment.