Rollarr
Rollarr copied to clipboard
Docker / Multiple Issues
- Running in Docker on a separate system from my Plex server. No config file is generated. Restarting container obviously loses all settings.
Docker compose (Portainer):
services:
rollarr:
image: thehumanrobot/rollarr:latest
container_name: rollarr
volumes:
- /home/user/docker/data/rollarr/data.json:/docker/configs/rollarr/data.json
- /mnt/media:/mnt/media
ports:
- 3100:3100
environment:
- TZ=America/Chicago
restart: unless-stopped
Host:
xxx@xxx:/$ ls /home/user/docker/data/rollarr/data.json/
xxx@xxx:/$
Container:
root@32feb434fd25:/# ls /docker/configs/rollarr/data.json/
root@32feb434fd25:/#
Figuring you likely need to set some prerolls to generate the config file, I went ahead and set the "Default Files" and hit both "Save" And "Submit" to no avail
-
The "Test Connection" button does not appear to do anything
-
My plex prerolls field does not update either
I have ensured I mounted my NAS share to my Docker host exactly how it is mounted on my Plex Server (both are Ubuntu Server)
If you need to mount the config static for update purposes then you will need to add the empty data.json file into the path that you define otherwise leave it blank and it will configure the file on start but you will lose it if you update or uninstall
I'm not understanding what you are trying to say there.
- /home/user/docker/data/rollarr/data.json:/docker/configs/rollarr/data.json
Is this not mounting the empty file? Also, it appears to be a directory, not a file
https://github.com/TheHumanRobot/Rollarr/issues/10#issuecomment-1100873388