1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-02 17:29:20 +02:00

Add directory for audio streaming in Dockerfile

This commit is contained in:
Daniel Neto 2025-07-18 18:03:02 -03:00
parent d80771d827
commit 1e60d90025

View file

@ -65,6 +65,7 @@ RUN cd /usr/local/nginx/html && \
# wget https://raw.githubusercontent.com/WWBN/AVideo/master/plugin/Live/install/nginx.conf --no-check-certificate && \
mkdir /HLS && \
mkdir /HLS/live && \
mkdir /HLS/audio && \
mkdir /HLS/low && \
mkdir /var/www/tmp/ && \
chmod 777 /var/www/tmp