diff --git a/docker-compose.yml b/docker-compose.yml index 47cc2e0..457e2bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,6 @@ services: rtmp: build: ./rtmp hostname: rtmp - container_name: rtmp volumes: - "./data/rtmp/hls:/tmp/hls" depends_on: diff --git a/rtmp/nginx.conf b/rtmp/nginx.conf index 5af8658..0b6a892 100644 --- a/rtmp/nginx.conf +++ b/rtmp/nginx.conf @@ -49,10 +49,10 @@ http { #auth_basic_user_file .htpasswd; # Create a valid .htpasswd before uncommenting this. } - location /admin { - proxy_pass http://frontend:5001; - include /etc/nginx/mime.types; - } + #location /admin { + # proxy_pass http://frontend:5001; + # include /etc/nginx/mime.types; + #} location /hls { types {