From 889f6e9d673b0d3abc2696142e9f97101e8fe273 Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 4 Aug 2020 20:33:58 +0300 Subject: [PATCH] epicmorg/balancer:rtmp-hls --- balancer/rtmp-hls/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/balancer/rtmp-hls/Dockerfile b/balancer/rtmp-hls/Dockerfile index 75bbe5dcc..0223f670e 100644 --- a/balancer/rtmp-hls/Dockerfile +++ b/balancer/rtmp-hls/Dockerfile @@ -66,6 +66,10 @@ RUN mkdir -p /usr/share/nginx/html \ /mnt/hls \ /mnt/dash \ /tmp/build && \ + chown -R www-data:www-data /mnt/hls && \ + chown -R www-data:www-data /mnt/dash && \ + chmod -R 755 /mnt/hls && \ + chmod -R 755 /mnt/dash && \ cd /tmp/build && \ wget https://github.com/arut/nginx-rtmp-module/archive/v${NGINX_RTMP_MODULE_VERSION}.tar.gz && \ tar -zxf v${NGINX_RTMP_MODULE_VERSION}.tar.gz && \