Update docker-compose.yml

remove stun port
This commit is contained in:
Alex Feiszli 2023-06-28 13:54:40 -04:00 committed by GitHub
parent e4895ae4a1
commit 2db6004029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,6 @@ services:
- TURN_SERVER_HOST=turn.${NM_DOMAIN}
# domain of the turn api server
- TURN_SERVER_API_HOST=https://turnapi.${NM_DOMAIN}
ports:
- "3478:3478/udp"
netmaker-ui:
container_name: netmaker-ui