fixed ports

This commit is contained in:
2025-06-22 14:37:49 +04:00
parent 19acc54c80
commit 1a95a88567

View File

@ -3,8 +3,8 @@ services:
build: . build: .
container_name: csdm-1 container_name: csdm-1
ports: ports:
- "${PORT}:${PORT}/udp" - "27015:27015/udp"
- "${HLTV_PORT}:${HLTV_PORT}/udp" - "27020:27020/udp"
restart: unless-stopped restart: unless-stopped
environment: environment:
MAP: "de_dust2" MAP: "de_dust2"