Rollarr icon indicating copy to clipboard operation
Rollarr copied to clipboard

Docker / Multiple Issues

Open F1DNA opened this issue 3 years ago • 3 comments

  1. 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

  1. The "Test Connection" button does not appear to do anything

  2. 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)

F1DNA avatar Feb 09 '22 05:02 F1DNA

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

thehumanrobot avatar Feb 12 '22 03:02 thehumanrobot

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

F1DNA avatar Feb 14 '22 04:02 F1DNA

https://github.com/TheHumanRobot/Rollarr/issues/10#issuecomment-1100873388

Rustymage avatar Jul 23 '22 06:07 Rustymage