gianic
HHomarr
•Created by gianic on 8/22/2024 in #💬・get-help
TypeError: Cannot read properties of undefined (reading 'some')
I forgot to update this thread but it’s all sorted. I re-did everything from scratch, assigned better permissions to the mapped folders etc. very likely that did the job and Homarr is now up and running. Thank you for your help.
11 replies
HHomarr
•Created by gianic on 8/22/2024 in #💬・get-help
TypeError: Cannot read properties of undefined (reading 'some')
11 replies
HHomarr
•Created by gianic on 8/22/2024 in #💬・get-help
TypeError: Cannot read properties of undefined (reading 'some')
Thanks for your input. I've removed PGID and PUID but the result didn't change unfortunately.
The updated configuration is:
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:
#- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /volume1/docker/configs/homarr:/app/data/configs
- /volume1/docker/configs/homarr/icons:/app/public/icons
- /volume1/docker/configs/homarr/data:/data
ports:
- '32796:7575'
I've attached a fresh set of logs in plain text. Let me know if you need more details.
I'm not following that guide simply because is quite old and I suspect it was written before Synology's support for Docker compose (there's no need to create a scheduled task to run the conainer anymore).11 replies