Replies: 1 comment 9 replies
-
Can you provide the output of |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Will preface this with I only have about a week of ubuntu/container experience, very new to this and been working through problems slowly but finally found one that doesn't seem to have the answer on google. I'm using podman-compose to run a stack of nginx, transmission, Plex, Radarr, Sonarr etc. My main issue at the moment is with Radarr and Sonarr combined with a NFS synology where my media is located, mounted to root using fstab then mounting that to the containers using compose.yml
My issue is after running compose, plex works fine and can access my media and the network. but radarr and sonarr can only access my media occasionally, and at those times I lose my ability to search, getting errors hostname errors for the servarr.com it tries to access to get to tmdb. after some reboots I can get the hostname to resolve and search can function, but then the media folders are missing. I'm not able to get both at the same time and I cannot determine any sort of reason becuase plex always works, but *arr's change with reboots without changing anything. One interesting caveat is that sonarr can at some level detect the NFS, as it will show the free space as 2 TB vs 30gb, but it is not able to actually show me my media files
using the guides from smarthomebeginners.com it goes through setting up the compose for docker, and then walks through how to configure it for podman instead of docker. below is my compose file. I'm not sure what other logs/files to include here to help diagnose
I would prefer to mount the NFS using the compose file but as far as I understand that isn't doable with a rootless container
Beta Was this translation helpful? Give feedback.
All reactions