From d30d610042d5d40782d5c02106fdf040c4741912 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Fri, 12 Oct 2018 11:13:51 +0100 Subject: [PATCH] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 491be92e..590b75bb 100644 --- a/readme.md +++ b/readme.md @@ -104,6 +104,11 @@ for armhf: https://hub.docker.com/r/lsioarmhf/heimdall/ and for arm64: https://hub.docker.com/r/lsioarmhf/heimdall-aarch64/ +## New background image not being set +If you are using the docker image or a default php install you may find images over 2MB wont get set as the background image, you just need to change the `upload_max_filesize` in the php.ini. + +If you are using the linuxserver.io docker image simply edit `/path/to/config/php/php-local.ini` and add `upload_max_filesize = 30M` to the end. + ## Docker and enhanced apps If you are running the docker and the EnhancedApps you are using are also in dockers, you may need to use the docker networking addresses to communicate with them.