-
DescriptionThe background image should load and display properly, but it is not displayed, resulting in a solid background.
settings.yaml
homepage versionv0.10.8 Installation methodDocker Configurationcompose.yaml:
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3000:3000
volumes:
- ./app/config:/app/config # Make sure your local config directory exists
- ./app/public/images:/app/public/images
- ./app/public/icons:/app/public/icons settings.yaml
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
The background image was confirmed to load correctly in version V0.10.7, but in V0.10.8, it fails to display despite the image path being correct. |
Beta Was this translation helpful? Give feedback.
-
This is another report I can’t reproduce (see attached), have you tried recreating the container? |
Beta Was this translation helpful? Give feedback.
-
Do either of you have bing configured as [one of your] search providers? I suspect this is #4565 which is fixed by #4571 and I will making a release shortly |
Beta Was this translation helpful? Give feedback.
-
pulled v0.10.9 and deployed and everything looks good. |
Beta Was this translation helpful? Give feedback.
Do either of you have bing configured as [one of your] search providers?
I suspect this is #4565 which is fixed by #4571 and I will making a release shortly