Couple of problems
My setup is as follows: Synology NAS, Docker, compose file below.
version: '3'
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
#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.
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'
#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.
Solution
bypassed authelia and all works fine. having issues getting authelia to not trigger from internal. I'll figure that out. All seems to be playing well for the most part however. Thanks for your help..