starwing01
HHomarr
•Created by starwing01 on 12/8/2023 in #💬・get-help
icons & background
Hi,
First off, I'm completely new into Docker and therefore Homarr. I've managed to make a docker container and configure a beginners-dashboard. However, I'm not able to change my background nor icons.
Below is my dockerfile:
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
hostname: Homarr
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /docker/homarr/configs:/app/data/configs
- /docker/homarr/icons:/app/public/icons
- /docker/homarr/data:/data
- /docker/homarr/img:/img
ports:
- '7575:7575'
I've tried placing the icons in /docker/homarr/img & /docker/homarr/icons.
But I can't seem to make them visible.
Which path should I use for icon/favicon/background, because none of the combo's I've tried are working.
I have read the official howto, but without result :/
23 replies