From 1a95a885679ff76690ab34c09c6fb1fcaa18097d Mon Sep 17 00:00:00 2001 From: Yaroslav Pleshakov Date: Sun, 22 Jun 2025 14:37:49 +0400 Subject: [PATCH] fixed ports --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 07232b8..35db9ae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,8 +3,8 @@ services: build: . container_name: csdm-1 ports: - - "${PORT}:${PORT}/udp" - - "${HLTV_PORT}:${HLTV_PORT}/udp" + - "27015:27015/udp" + - "27020:27020/udp" restart: unless-stopped environment: MAP: "de_dust2"