From c3ce2b4b5ad50eb8c2e0b15a32a1b6eb2de97ce9 Mon Sep 17 00:00:00 2001 From: Loook11 <59698663+Loook11@users.noreply.github.com> Date: Fri, 28 Jan 2022 15:29:20 +0200 Subject: [PATCH] Update web.Dockerfile with latest nginx richarvey/nginx-php-fpm image not workgin, need lua modules... with 1.9.0 work fine --- docker/web.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/web.Dockerfile b/docker/web.Dockerfile index b0b8cc9..730fe25 100644 --- a/docker/web.Dockerfile +++ b/docker/web.Dockerfile @@ -1,4 +1,4 @@ -FROM richarvey/nginx-php-fpm +FROM richarvey/nginx-php-fpm:1.9.0 ARG MIR_WWW_PATH ARG MIR_DOMAIN_NAME ARG MIR_SSL_ENABLED @@ -15,4 +15,4 @@ RUN chmod a+w config/config.php RUN envsubst '$MIR_DOMAIN_NAME$MIR_WWW_PATH' < docker/nginx.config > /etc/nginx/sites-enabled/default.conf RUN if [ "$MIR_SSL_ENABLED" = "1" ] ; then envsubst '$MIR_DOMAIN_NAME$MIR_WWW_PATH' < docker/nginx.ssl.config > /etc/nginx/sites-enabled/default.ssl.conf ; fi; RUN sed -i 's/libfdk_aac/aac/g' include/ffcontrol.php -#TODO: Add script ffkill.php to cron "*/5 * * * * /usr/local/bin/php /www/miradio/ffkill.php" \ No newline at end of file +#TODO: Add script ffkill.php to cron "*/5 * * * * /usr/local/bin/php /www/miradio/ffkill.php"