I’ve been running a SickChill container on my Synology for a very long time, but finally decided to upgrade from (tag) version-2021.5.10-1 to latest. But now, even with all configuration removed as to get a fresh start, the container won’t do anything.
There’s no error from docker, the container just runs, but all the logs will say is:
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
SickChill: https://www.patreon.com/SickChill
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1032
User GID: 100
───────────────────────────────────────
Setting permissions
[custom-init] No custom files found, skipping...
And then it just hangs. I’m not sure what to do, I’ve already pointed the volume to a completely different directory as to start anew, but it just hangs like this.
In case it helps, this is my docker-compose.yml for SickChill
sickchill:
image: linuxserver/sickchill:latest
hostname: sickchill
ports:
- 8081:8081
environment:
- PUID=1032
- PGID=100
- TZ=Europe/Amsterdam
volumes:
- /volume1/Download/TV:/downloads
- /volume1/docker/download/sickchill:/config
- /volume1/Series:/tv
restart: unless-stopped
networks:
default:
aliases:
- sickchill
Any help would be greatly appreciated