1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +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: red5:
image: vimagick/red5 image: vimagick/red5
ports: ports:
- "1935:1935" # rtmp/e - "1935:1935"
- "5080:5080" # http
- "8081:8081" # websocket
restart: always restart: always
``` ```

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

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