To Reproduce
- Create a Compose
- Go to Advanced tab, Volumes
- Add a new File Mount (others are not available), note that you can't choose Mount Path (though you can forge a request to change it via HTTP)
- Redeploy your compose
- Open compose shell
Current vs. Expected behavior
Expected: file is mounted (not sure where should it mount with / Mount Path, but I did change it via HTTP and still couldn't find it)
Actual: file can't be found nowhere
Provide environment information
Dokploy version: v0.24.12
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
Inspecting Docker container, I didn't find any mounts. Not sure that's how it's done though, I'm not proficient enough with Docker.
Let me know where's the logic for fecthing mounts and wiring them up to the compose file, I might fix it.
Will you send a PR to fix it?
Yes
To Reproduce
Current vs. Expected behavior
Expected: file is mounted (not sure where should it mount with
/Mount Path, but I did change it via HTTP and still couldn't find it)Actual: file can't be found nowhere
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
Inspecting Docker container, I didn't find any mounts. Not sure that's how it's done though, I'm not proficient enough with Docker.
Let me know where's the logic for fecthing mounts and wiring them up to the compose file, I might fix it.
Will you send a PR to fix it?
Yes