Skip to content

Commit 93c8b55

Browse files
committed
Fix version error
1 parent 96047a0 commit 93c8b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN sed -i -e 's/;\(clear_env\) = .*/\1 = no/i' \
2525
-e 's/^\(user\|group\) = .*/\1 = app/i' \
2626
-e 's/;\(php_admin_value\[error_log\]\) = .*/\1 = \/tmp\/error.log/' \
2727
-e 's/;\(php_admin_flag\[log_errors\]\) = .*/\1 = on/' \
28-
/etc/php/8.1/fpm/pool.d/www.conf
28+
/etc/php/8.2/fpm/pool.d/www.conf
2929
RUN mkdir -p ${SCRIPT_ROOT}/config.d /etc/nginx/global /var/www/tt-rss
3030

3131
# Configure Image

0 commit comments

Comments
 (0)