We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96047a0 commit 93c8b55Copy full SHA for 93c8b55
Dockerfile
@@ -25,7 +25,7 @@ RUN sed -i -e 's/;\(clear_env\) = .*/\1 = no/i' \
25
-e 's/^\(user\|group\) = .*/\1 = app/i' \
26
-e 's/;\(php_admin_value\[error_log\]\) = .*/\1 = \/tmp\/error.log/' \
27
-e 's/;\(php_admin_flag\[log_errors\]\) = .*/\1 = on/' \
28
- /etc/php/8.1/fpm/pool.d/www.conf
+ /etc/php/8.2/fpm/pool.d/www.conf
29
RUN mkdir -p ${SCRIPT_ROOT}/config.d /etc/nginx/global /var/www/tt-rss
30
31
# Configure Image
0 commit comments