mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 04:56:28 +01:00
Update Dockerfile
This commit is contained in:
@@ -40,7 +40,8 @@ RUN \
|
||||
&& sed -i \
|
||||
-e 's/upload_max_filesize=1024M/upload_max_filesize=10240M/g' \
|
||||
-e 's/post_max_size=1024M/post_max_size=10240M/g' \
|
||||
/etc/php7/php.ini
|
||||
/etc/php7/php.ini \
|
||||
&& sed -i "s|client_max_body_size 512M;|client_max_body_size 10240M;|g" /defaults/default
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
|
||||
Reference in New Issue
Block a user