Hello,
I am trying to run spotdl (version 4.2.1) in a rootless docker-compose environment (Fedora Linux 37).
My according part of the yaml contains:
spotdl:
image: "spotdl/spotify-downloader"
volumes:
- /home/docker/spotdl/music:/music
command:
- web
ports:
- 8089:8800
I even tried to run the container directly but got the same error.
I assume this could be related to my rootless docker environment.
In general this is working great for several other containers like Grafana, InfluxDB etc.
Any idea how this could be solved?
Thanks!