Rootless installation, CustomDir #1759
ahmedrowaihi
started this conversation in
Feature Requests
Replies: 3 comments
-
I don't think it's just workingDir that needs to be changed... we need to change the docker.sock location also |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just ran into this, and for me requiring the root user is a show stopper (as is the workaround). Disappointed because I really wanted to try this. I also don't understand why the choice was made to require SSH even on localhost. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Coolify currently installs, runs docker, sets /data/coolify as in root directory.
The problem:
Coolify enforces using root user, this might be cursed at some points as it restricts user management, Root takes different context in docker, also other managed .sh docker(compose) scripts all points to /data/coolify which makes it harder to do it rootlessly
Solution:
Add optional variable to the workingDir which allows user to choose other directory for installation, and for other docker file, there should be a hook that replaces the /data/coolify with the workingDir specified if exsist
Beta Was this translation helpful? Give feedback.
All reactions