- 10
- 0
- NAS
- DS920+
- Operating system
- Windows
- Mobile operating system
- Android
Hi
Hoping that someone can help with my docker sabnzbd install.
Intention is to move from NZBget, as it seems to be no longer actively supported. NZBget has also been running in docker, without issue, alongside Sonarr/Radarr.
Running DSM 7.1.1-42962.
Part of my docker-compose file :
- TZ=Europe/London
volumes:
I know the folder structure is not ideal, but it's something I prefer at this moment in time.
Creating the container appears to work, can log into sabnzbd, but seems to be unable to create anything on volume4 (NZBget has no issue with this volume) with a permissions issue. Am using the correct PUID & PGID, which is the same one NZBget uses. Proper scratching my head at this point.
Just checked the log in the container and is displaying " PermissionError: [Errno 13] Permission denied: '/volume4' ". There's a docker user on the NAS and this has permissions to read/write to volume4. Is there another user that sabnzbd uses that I'm not aware of?
Any help is much appreciated.
Thanks
Hoping that someone can help with my docker sabnzbd install.
Intention is to move from NZBget, as it seems to be no longer actively supported. NZBget has also been running in docker, without issue, alongside Sonarr/Radarr.
Running DSM 7.1.1-42962.
Part of my docker-compose file :
- TZ=Europe/London
volumes:
- '/volume2/docker/sabnzbd:/config'
- '/volume4/ScratchDisk/usenet:/downloads'
- '/volume4/ScratchDisk/usenet:/incomplete-downloads'
I know the folder structure is not ideal, but it's something I prefer at this moment in time.
Creating the container appears to work, can log into sabnzbd, but seems to be unable to create anything on volume4 (NZBget has no issue with this volume) with a permissions issue. Am using the correct PUID & PGID, which is the same one NZBget uses. Proper scratching my head at this point.
Just checked the log in the container and is displaying " PermissionError: [Errno 13] Permission denied: '/volume4' ". There's a docker user on the NAS and this has permissions to read/write to volume4. Is there another user that sabnzbd uses that I'm not aware of?
Any help is much appreciated.
Thanks