WIP: Switch to NixOS #5
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ image = "instrumentisto/coturn"
|
||||||
container_name = "coturn"
|
container_name = "coturn"
|
||||||
restart = "unless-stopped"
|
restart = "unless-stopped"
|
||||||
env_file = ".env"
|
env_file = ".env"
|
||||||
ports = ["3478:3478/tcp", "3478:3478/udp"]
|
ports = ["3478:3478/tcp", "3478:3478/udp", "49160-49200:49160-49200/udp"]
|
||||||
networks = ["nextcloud"]
|
networks = ["nextcloud"]
|
||||||
command = [
|
command = [
|
||||||
"-n",
|
"-n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue