We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c372a38 commit 03aa0f2Copy full SHA for 03aa0f2
README.md
@@ -61,7 +61,7 @@ services:
61
janus-gateway:
62
image: 'sucwangsr/janus-webrtc-gateway-docker:1.2.3-slim'
63
#command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"] # only start janus
64
- command: sh -c "nginx && /usr/local/bin/janus -F /usr/local/etc/janus # if want to start nginx (port 8086)
+ command: ["sh", "-c", "nginx && /usr/local/bin/janus -F /usr/local/etc/janus"] # if want to start nginx (port 8086)
65
network_mode: "host"
66
67
volumes:
0 commit comments