8444
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
listenAddress: ":80"
|
listenAddress: ":80"
|
||||||
exposedAddress: "https://birdy.greact.online:443"
|
exposedAddress: "https://birdy.greact.online:8444"
|
||||||
stunPorts:
|
stunPorts:
|
||||||
- 3478
|
- 3478
|
||||||
logLevel: "info"
|
logLevel: "info"
|
||||||
|
|||||||
@@ -36,6 +36,9 @@ services:
|
|||||||
- NGINX_SSL_PORT=${NGINX_SSL_PORT}
|
- NGINX_SSL_PORT=${NGINX_SSL_PORT}
|
||||||
expose:
|
expose:
|
||||||
- "80"
|
- "80"
|
||||||
|
ports:
|
||||||
|
- "3478:3478/udp" # STUN, как было
|
||||||
|
- "8444:80" # ← новый публичный TCP‑порт для management (пример)
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user