Skip to content

Commit df6db17

Browse files
authored
Update janus 1.3.0->1.3.1
1 parent d4fefb5 commit df6db17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ modify :point_down: repo, and update janus version , delete nginx-rtmp-module
3737
| 1.2.3-arm64 | 1.2.3 |
3838
| 1.2.4-arm64 | 1.2.4 |
3939
| 1.3.0-arm64 | 1.3.0 |
40-
40+
| 1.3.1-arm64 | 1.3.1 |
4141
## How to use
4242

4343
- mkdir conf ---- configs from [https://github.com/meetecho/janus-gateway/tree/master/conf](https://github.com/meetecho/janus-gateway/tree/master/conf)
@@ -51,7 +51,7 @@ services:
5151
# janus-gateway
5252
#
5353
janus-gateway:
54-
image: 'sucwangsr/janus-webrtc-gateway-docker:1.3.0-slim'
54+
image: 'sucwangsr/janus-webrtc-gateway-docker:1.3.1-slim'
5555
#command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"] # only start janus
5656
command: ["sh", "-c", "nginx && /usr/local/bin/janus -F /usr/local/etc/janus"] # if want to start nginx (port 8086)
5757
network_mode: "host"

0 commit comments

Comments
 (0)