From 2c709a5d2e14c4f00209ace35bb51549c96aa4be Mon Sep 17 00:00:00 2001 From: nd4y <106557904+nd4y@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:37:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=BE=D0=BC=D0=B5=D1=80=D0=B0=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=80=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5c0d8c8..5ca906d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -77,7 +77,7 @@ services: ports: - '80:80' # WebUI - '443:443' # WebUI - - '62001-62099:62001-62999/udp' # ovpn + - '62001-62099:62001-62099/udp' # ovpn healthcheck: test: ["CMD", "curl", "-f", "-k", "-L", "http://localhost:80/"] interval: 10s