This commit is contained in:
Nikita Bizyaev
2026-05-05 15:19:53 +03:00
parent aa5c8ef764
commit f21c0e2536
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
server:
listenAddress: ":80"
exposedAddress: "https://birdy.greact.online:443"
exposedAddress: "https://birdy.greact.online:8444"
stunPorts:
- 3478
logLevel: "info"

View File

@@ -36,6 +36,9 @@ services:
- NGINX_SSL_PORT=${NGINX_SSL_PORT}
expose:
- "80"
ports:
- "3478:3478/udp" # STUN, как было
- "8444:80" # ← новый публичный TCPпорт для management (пример)
networks:
- proxy