-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: coolify-testing-host doesn't rebase /data/coolio paths. #1992
Comments
I also use Docker Desktop and have the exact same problem when I create MongoDB resources using a template.
Have you figured out a solution for this? |
Hey guys, appreciate a look at PR #2710. New option to choose install DIR aka |
It would solve it, but only if it works with windows paths. Currently coolify automatically transforms any path into unix path, it adds |
I see, but we could fix that PR to change |
There is no issue with that particular file, program as whole works fine (mostly). Issues happen in compose files of individual services. For example, |
If you want to use Coolify for hosting you stuff, please use one of the supported Linux distros as Windows (Windows Server) is not production ready yet. If you are a developer contributing to Coolify, please follow this guide: https://github.com/coollabsio/coolify/blob/main/CONTRIBUTING.md |
Description
The coolify install.sh script creates /data/coolify folders on the docker host system. However the install of collabsio:coolify-testing-host in docker-compose.windows.yml does not.
The
/data/coolify
folder is correctly mounted in the coolify-testing-host container, but as it is using /var/run/docker.sock to use the host's docker instance, the host docker can only these files at/home/user/coolify/services/sgso880
Minimal Reproduction (if possible, example repository)
Exception or Error
Version
v4.0.0-beta.258
The text was updated successfully, but these errors were encountered: