point rtmp server to hls dir
This commit is contained in:
parent
4d3423f350
commit
c214444a9b
3 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -11,3 +11,7 @@ logs/certbot/*
|
|||
# ignore generated certificates for haproxy
|
||||
data/certificates/*
|
||||
!data/certificates/.placeholder
|
||||
|
||||
# ignore rtmp directories
|
||||
data/rtmp/hls/*
|
||||
!data/rtmp/hls/.placeholder
|
||||
|
|
0
data/rtmp/hls/.placeholder
Normal file
0
data/rtmp/hls/.placeholder
Normal file
|
@ -39,7 +39,7 @@ services:
|
|||
- "80:8080"
|
||||
container_name: rtmp_server
|
||||
volumes:
|
||||
- ./data:/tmp/hls
|
||||
- "./data/rtmp/hls:/tmp/hls"
|
||||
|
||||
auth:
|
||||
build: ./auth
|
||||
|
|
Loading…
Reference in a new issue