chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-07-17 17:10:33 +02:00 committed by GitHub
parent df76b8b48a
commit 2f65cbac56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,9 @@ services:
cs2-rconpanel: cs2-rconpanel:
image: ghcr.io/l4rm4nd/cs2-rcon-panel:latest image: ghcr.io/l4rm4nd/cs2-rcon-panel:latest
container_name: cs2-rcon-panel container_name: cs2-rcon-panel
environment:
- USERNAME=cspanel # change this
- PASSWORD=v67ic55x4ghvjfj # change this
ports: ports:
- 3000:3000 - 3000:3000
restart: unless-stopped restart: unless-stopped