my config does not look incorrect based on the error....and folder permissions look good too
container_name: seerr
image: ghcr.io/seerr-team/seerr:latest
init: true
environment:
- LOG_LEVEL=debug
- TZ=America/Los Angeles
- PORT=5055 #optional
ports:
- 5055:5055
volumes:
- /volume3/docker/arr-stack/seerr:/app/config
what logs can I dig up to help understand why this is happening
thanks,
R