Add nextcloud coturn ports

This commit is contained in:
Marko Korhonen 2024-02-15 21:22:57 +02:00
parent 10387603f3
commit 292fc39d06
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -44,7 +44,7 @@ image = "instrumentisto/coturn"
container_name = "coturn"
restart = "unless-stopped"
env_file = ".env"
ports = ["3478:3478/tcp", "3478:3478/udp"]
ports = ["3478:3478/tcp", "3478:3478/udp", "49160-49200:49160-49200/udp"]
networks = ["nextcloud"]
command = [
"-n",