Persmission issues with home-assistant folder in unraid docker

Installed the Ballbobs docker in Unraid to give it a try. Im trying to copy my config files from my hassbian install over but /appdata/home-assistant is giving me permission issues and wont let me copy it over. The appdata share is public right now. Anyone know what to do?

If your moving from another system you may need to set group:user permissions fir the folder and files on new system.

I don’t use unraid but Linux you would use chown command

Might not has write access to the folder. You can just type in ‘chmod 666 (path to home assistant)’