修改WVP打包
This commit is contained in:
parent
06935d4d0d
commit
4ea396320b
|
|
@ -1,20 +0,0 @@
|
|||
# 此镜像为github持续集成自动编译推送,跟代码(master分支)保持最新状态
|
||||
services:
|
||||
zlmediakit:
|
||||
image: registry.t-aaron.com/zlmediakit/zlmediakit:Release.latest
|
||||
container_name: zlmediakit
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${RTMP_PORT:-1935}:1935" # RTMP
|
||||
- "${HTTP_PORT:-9090}:80" # HTTP
|
||||
- "${HTTPS_PORT:-8443}:443" # HTTPS
|
||||
- "${RTSP_PORT:-8554}:554" # RTSP
|
||||
- "${RTP_TCP_PORT:-10000}:10000" # RTP TCP
|
||||
- "${RTP_UDP_PORT:-10000}:10000/udp" # RTP UDP
|
||||
- "${WEBRTC_UDP_PORT1:-8000}:8000/udp" # WebRTC UDP
|
||||
- "${WEBRTC_UDP_PORT2:-9000}:9000/udp" # WebRTC UDP
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: docker_default
|
||||
Loading…
Reference in New Issue