You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh install of Ubuntu 20.04. I then did all the updates and upgrades and install Yacht. but while i was trying to deploy Heimdall I received the error below.
Internal Server Error: error while creating mount source path '/yacht/AppData/Config/Heimdall': mkdir /yacht: read-only file system
I tried another template called Nginx proxy manager and that also gave me an error.
It's probably cause Yacht doesn't have sudo rights.
The text was updated successfully, but these errors were encountered:
Yacht doesn't need sudo rights as long as your user is in the docker group. Try checking permissions for that directory. You can set the PUID and PGID variables for Yacht to match your user (you can find your values using the id command) just like the LSIO containers. .
I noticed I didnt do a few things on the docker site like adding my user name and other things. That part is important so that it works. But since I added Docker a different way it was not working right. After installing it again with the way the docker site said then it works fine. Thanks
Fresh install of Ubuntu 20.04. I then did all the updates and upgrades and install Yacht. but while i was trying to deploy Heimdall I received the error below.
Internal Server Error: error while creating mount source path '/yacht/AppData/Config/Heimdall': mkdir /yacht: read-only file system
I tried another template called Nginx proxy manager and that also gave me an error.
It's probably cause Yacht doesn't have sudo rights.
The text was updated successfully, but these errors were encountered: