Closed OwenVey closed 5 months ago
The directory /radarec/config
needs write access with PUID:PGID to be 1000:1000, so for your directory ./config/radarec
can you confirm this is the case?
Ah looks like radarec automatically creates the config folder as root:root
. A simple chown
fixed the issue, thanks! Would be nice if you could automatically respect the PUID
and GUID
passed in when creating the config folder.
I just don't want to change permissions on folders.
When starting up the container, i get the following error message in the logs:
And here is my
compose.yaml
:I have also tried adding
user: 1000:1000
as well as addingto
environment:
as that as how I run a lot of my arr containers but no luck. Let me know if you have any ideas! I'm running docker in an unprivileged LXC on Proxmox for context.