H
Homarr10mo ago
HORIZON

Unable to get logo to show up.

Message "Homarr Logo" I am using docker compose. Started with my own mount location. /home/user/docker/homarr/pics:/home/user/docker/homarr/pics then read a few posts here that had the same problem so I placed logo into the icons folder /home/user/docker/homarr/icons:/app/public/icons In homarr gui settings I set path; /app/public/icons/logo.png Where am I going wrong about this? How do I solve this?
Solution:
/home/user/docker/homarr/icons:/app/public/icons and /icons/logo.png in gui.
Jump to solution
7 Replies
explosive parrot
explosive parrot10mo ago
The path in the homarr gui is /icons/logo.ong Make sure to restart the container to discover new files.
HORIZON
HORIZON9mo ago
No description
HORIZON
HORIZON9mo ago
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker >
- /home/user/docker/homarr/configs:/app/data/configs
- /home/user/docker/homarr/public-icons:/app/public/icons
- /home/user/docker/homarr/icons:/icons/
- /home/user/docker/homarr/data:/data
ports:
- '7575:7575'
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker >
- /home/user/docker/homarr/configs:/app/data/configs
- /home/user/docker/homarr/public-icons:/app/public/icons
- /home/user/docker/homarr/icons:/icons/
- /home/user/docker/homarr/data:/data
ports:
- '7575:7575'
restarted, still not working.
explosive parrot
Change /home/user/docker/homarr/icons:/icons/ To /home/user/docker/homarr/icons:/app/public/icons Remove public-icons. Or keep public-icons and remove icons.
HORIZON
HORIZON9mo ago
Got it working.
Solution
HORIZON
HORIZON9mo ago
/home/user/docker/homarr/icons:/app/public/icons and /icons/logo.png in gui.
HORIZON
HORIZON9mo ago
it was /icons/logo.ong in gui lol copied your message xd
Want results from more Discord servers?
Add your server