Skip to content

Commit 073eaa8

Browse files
authored
Update README.md janus version 1.3.1->1.3.2
1 parent b60fdd7 commit 073eaa8

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
@@ -28,6 +28,7 @@ modify :point_down: repo, and update janus version , delete nginx-rtmp-module
2828
| 1.2.4-slim | 1.2.4 | |
2929
| 1.3.0-slim | 1.3.0 | |
3030
| 1.3.1-slim | 1.3.1 | |
31+
| 1.3.2-slim | 1.3.2 | |
3132
## arm64 images version
3233

3334
| janus-webrtc-docker:version | janus:version |
@@ -39,20 +40,20 @@ modify :point_down: repo, and update janus version , delete nginx-rtmp-module
3940
| 1.2.4-arm64 | 1.2.4 |
4041
| 1.3.0-arm64 | 1.3.0 |
4142
| 1.3.1-arm64 | 1.3.1 |
43+
| 1.3.2-arm64 | 1.3.2 |
4244
## How to use
4345

4446
- mkdir conf ---- configs from [https://github.com/meetecho/janus-gateway/tree/master/conf](https://github.com/meetecho/janus-gateway/tree/master/conf)
4547
- touch docker-compose.yml --- content eg::point_down:
4648

4749
```yaml
48-
version: '3.3'
4950
services:
5051

5152
#
5253
# janus-gateway
5354
#
5455
janus-gateway:
55-
image: 'sucwangsr/janus-webrtc-gateway-docker:1.3.1-slim'
56+
image: 'sucwangsr/janus-webrtc-gateway-docker:1.3.2-slim'
5657
#command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"] # only start janus
5758
command: ["sh", "-c", "nginx && /usr/local/bin/janus -F /usr/local/etc/janus"] # if want to start nginx (port 8086)
5859
network_mode: "host"

0 commit comments

Comments
 (0)