Skip to content

Commit 03aa0f2

Browse files
authored
Update README.md
1 parent c372a38 commit 03aa0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
janus-gateway:
6262
image: 'sucwangsr/janus-webrtc-gateway-docker:1.2.3-slim'
6363
#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)
64+
command: ["sh", "-c", "nginx && /usr/local/bin/janus -F /usr/local/etc/janus"] # if want to start nginx (port 8086)
6565
network_mode: "host"
6666

6767
volumes:

0 commit comments

Comments
 (0)