skewll

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by skewll

  1. Its a problem with permissions. I'm a perma-noob some I'm not sure if its the way the dockerfile is written or if we need to grant the docker user permissions to the folders we create, from viewing the dockerfile it looks like that user would be octofarm. Here is what I did to the folders I created on my system to mount the container to: ``` ## This gives full permissions to ALL users on your system. ## 0777. read, write, & execute for owner, group and others. sudo chmod 0777 /path/to/octofarm/images sudo chmod 0777 /path/to/octofarm/logs sudo chmod 0777 /path/to/octofarm/scripts ``` Then deploy your stack, and you'll see the permissions error gone. Check out your octofarm at http://ipaddress:port I should note, I have not used unraid before, I am currently upgrading a 5 year old octopi, trying out ubuntu server 23+ on a pi4 atm.