Blackpaw When I do a docker update on my fileflows main and remote node, the remote node always ends up disabled with runners set to zero. Its not a big deal, easy enough to remedy, I was just wondering if its by design.
reven no not by design, i wonder if the remote node configuration isnt mapped outside and is being cleared when you update the docker
Blackpaw reven You mean the volume mappings? that might be it, I only have volumes: - /mnt/plex:/mnt/plex - /temp:/temp Mapped. I thought config was stored on the server node
reven nah it keeps a local copy of the config and the location of the server. this is needed for non-docker installations as the server url isnt easily set. however, I may change this in the future so only the server URL is stored in that file, and only if using non-docker.
Blackpaw reven Yup, that was it, mapped - /user/appdata/fileflows:/app/Data - /user/appdata/fileflows:/app/Logs And it resolved it for me, thanks.