I am spinning up Overseer on my Synology using Container Manager. When I open up the configuration page, I receive the following error, and obviously I lose my configuration when I restart the project.
The /app/config volume mount was not configured properly. All data will be cleared when the container is stopped or restarted.
---
services:
overseerr:
container_name: overseerr
environment:
- PUID=1027
- PGID=100
- TZ=America/Denver
image: sctx/overseerr:develop
ports:
- '5055:5055'
restart: unless-stopped
volumes:
- /volume1/docker/appdata/overseerr/config:/config
My compose is using the same settings as all my other projects for PUID/PGID, and the volume path is valid.