mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-25 00:36:06 +02:00
Correction
This commit is contained in:
@@ -43,10 +43,8 @@ RUN \
|
|||||||
/etc/php*/php.ini || true && \
|
/etc/php*/php.ini || true && \
|
||||||
\
|
\
|
||||||
# modify nginx limits file
|
# modify nginx limits file
|
||||||
sed -i \
|
sed -i "s|client_max_body_size 512M;|client_max_body_size 8192M;|g" /defaults/nginx/site-confs/default.conf.sample && \
|
||||||
"s|client_max_body_size 512M;|client_max_body_size 8192M;|g"
|
\
|
||||||
/defaults/nginx/site-confs/default.conf.sample && \
|
|
||||||
\
|
|
||||||
# Change location of executable
|
# Change location of executable
|
||||||
sed -i "s|/config|/data/config|g" /usr/bin/occ && \
|
sed -i "s|/config|/data/config|g" /usr/bin/occ && \
|
||||||
sed -i "s|/config|/data/config|g" /usr/bin/updater.phar && \
|
sed -i "s|/config|/data/config|g" /usr/bin/updater.phar && \
|
||||||
|
|||||||
Reference in New Issue
Block a user