Sid6Niner
HHomarr
•Created by Sid6Niner on 10/6/2023 in #💬・get-help
Couple of problems
My setup is as follows: Synology NAS, Docker, compose file below.
version: '3'
#---------------------------------------------------------------------#
Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /volume1/docker/homarr/configs:/app/data/configs
- /volume1/docker/homarr/icons:/app/public/icons
- /volume1/docker/homarr/img:/app/public/imgs
- /var/run/docker.sock:/var/run/docker.sock
ports:
- '7575:7575'
#1 can't get logo to change. Put logo in /volume1/docker/homarr/img folder and have tried several diff paths with no luck. /imgs/Logo.jpg in the customization line.
#2 Many of the app tiles I put in have red light and on hover over the red dot show: Parse: unexpected character at line 1 column 1 of the JSON data
Any help would be greatly appreciated.
25 replies