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

View File

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