added fix args

This commit is contained in:
Ebbe Baß
2026-07-29 15:51:57 +02:00
parent 2ea9c78668
commit b325c8e295
@@ -234,6 +234,10 @@
image: canyan/janus-gateway:latest
command: ["/usr/local/bin/janus", "--configs-folder=/usr/local/etc/janus"]
network_mode: host
ulimits:
nofile:
soft: 65536
hard: 65536
environment:
- JANUS_API_HTTP=yes
- JANUS_API_HTTPS=no