|
@@ -5,8 +5,7 @@ services:
|
|
|
restart: always
|
|
restart: always
|
|
|
ports:
|
|
ports:
|
|
|
- "1935:1935" # RTMP 推流端口
|
|
- "1935:1935" # RTMP 推流端口
|
|
|
- - "8080:80" # HTTP 播放端口(映射到主机的 8080)
|
|
|
|
|
- - "8443:443" # HTTP 播放端口(映射到主机的 8443)
|
|
|
|
|
|
|
+ - "8080:8080" # HTTP 播放端口(映射到主机的 8080)
|
|
|
volumes:
|
|
volumes:
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
- /opt/docker/ngxflv/conf/nginx.conf:/usr/local/nginx/conf/nginx.conf
|
|
- /opt/docker/ngxflv/conf/nginx.conf:/usr/local/nginx/conf/nginx.conf
|