Skip to content

Commit 8fd2399

Browse files
authored
Update README.md
1 parent c3a8783 commit 8fd2399

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ modify :point_down: repo, and update janus version , delete nginx-rtmp-module
4444
## How to use
4545

4646
- mkdir conf ---- configs from [https://github.com/meetecho/janus-gateway/tree/master/conf](https://github.com/meetecho/janus-gateway/tree/master/conf)
47-
- touch docker-compose.yml --- content eg::point_down:
47+
- touch docker-compose.yml --- content eg: :point_down:
48+
4849

4950
```yaml
5051
services:
@@ -53,7 +54,7 @@ services:
5354
# janus-gateway
5455
#
5556
janus-gateway:
56-
image: 'sucwangsr/janus-webrtc-gateway-docker:1.3.2-slim'
57+
image: 'sucwangsr/janus-webrtc-gateway-docker:latest'
5758
#command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"] # only start janus
5859
command: ["sh", "-c", "nginx && /usr/local/bin/janus -F /usr/local/etc/janus"] # if want to start nginx (port 8086)
5960
network_mode: "host"

0 commit comments

Comments
 (0)