mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update Dockerfile
This commit is contained in:
parent
1f9043c9de
commit
e7c1e557bf
@ -122,8 +122,9 @@ RUN sed -i \
|
||||
-e 's/^post_max_size = .*/post_max_size = 1024M/' \
|
||||
-e 's/^max_execution_time = .*/max_execution_time = 600/' \
|
||||
-e 's/^opcache.enable= .*/opcache.enable=1/' \
|
||||
-e 's|^;sendmail_path = .*|sendmail_path = "/usr/bin/msmtp -t"|' \
|
||||
/etc/php/8.2/fpm/php.ini
|
||||
RUN sed -i 's|^;sendmail_path = .*|sendmail_path = "/usr/bin/msmtp -t"|' /etc/php/8.2/fpm/php.ini
|
||||
|
||||
RUN sed -i \
|
||||
-e 's/^upload_max_filesize = .*/upload_max_filesize = 1024M/' \
|
||||
-e 's/^max_input_time = .*/max_input_time = 600/' \
|
||||
@ -131,8 +132,8 @@ RUN sed -i \
|
||||
-e 's/^post_max_size = .*/post_max_size = 1024M/' \
|
||||
-e 's/^max_execution_time = .*/max_execution_time = 600/' \
|
||||
-e 's/^opcache.enable= .*/opcache.enable=1/' \
|
||||
-e 's|^;sendmail_path = .*|sendmail_path = "/usr/bin/msmtp -t"|' \
|
||||
/etc/php/8.2/cli/php.ini
|
||||
RUN sed -i 's|^;sendmail_path = .*|sendmail_path = "/usr/bin/msmtp -t"|' /etc/php/8.2/cli/php.ini
|
||||
|
||||
|
||||
########## EMAIL ##########
|
||||
|
Loading…
Reference in New Issue
Block a user