1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00

update red5

This commit is contained in:
kev 2017-12-31 03:31:45 +08:00
parent 55bff574d8
commit d5e3305f86
3 changed files with 3 additions and 9 deletions

@ -11,9 +11,7 @@ red5
red5:
image: vimagick/red5
ports:
- "1935:1935" # rtmp/e
- "5080:5080" # http
- "8081:8081" # websocket
- "1935:1935"
restart: always
```

@ -1,7 +1,5 @@
red5:
image: easypi/red5-arm
ports:
- "1935:1935" # rtmp/e
- "5080:5080" # http
- "8081:8081" # websocket
- "1935:1935"
restart: always

@ -1,7 +1,5 @@
red5:
image: vimagick/red5
ports:
- "1935:1935" # rtmp/e
- "5080:5080" # http
- "8081:8081" # websocket
- "1935:1935"
restart: always