Skip to content

Commit 00760cc

Browse files
authored
Update README.md
1 parent 8bf48e9 commit 00760cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ modify :point_down: repo, and update janus version , delete nginx-rtmp-module
3535
| 1.2.0-slim | 1.2.0 | with Audio Bridge plugin |
3636
| 1.2.1-slim | 1.2.1 | with Audio Bridge plugin |
3737
| 1.2.2-slim | 1.2.2 | with Audio Bridge plugin |
38+
| 1.2.3-slim | 1.2.3 | with Audio Bridge plugin |
3839
## arm64 images version
3940

4041
| janus-webrtc-docker:version | janus:version |
4142
| ------------ | ------------ |
4243
| 1.2.0-arm64 | 1.2.0 |
4344
| 1.2.1-arm64 | 1.2.1 |
4445
| 1.2.2-arm64 | 1.2.2 |
46+
| 1.2.3-arm64 | 1.2.3 |
4547

4648

4749
## How to use
@@ -50,14 +52,14 @@ modify :point_down: repo, and update janus version , delete nginx-rtmp-module
5052
- touch docker-compose.yml --- content eg::point_down:
5153

5254
```yaml
53-
version: '1.2.0'
55+
version: '1.2.3'
5456
services:
5557

5658
#
5759
# janus-gateway
5860
#
5961
janus-gateway:
60-
image: 'sucwangsr/janus-webrtc-gateway-docker:1.2.0-slim'
62+
image: 'sucwangsr/janus-webrtc-gateway-docker:1.2.3-slim'
6163
#command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"] # only start janus
6264
command: sh -c "nginx && /usr/local/bin/janus -F /usr/local/etc/janus # if want to start nginx (port 8086)
6365
network_mode: "host"

0 commit comments

Comments
 (0)