Replies: 4 comments 2 replies
-
Can you paste your docker compose? |
Beta Was this translation helpful? Give feedback.
-
This is the one I get from "preview compose":
This is the one I pasted into the textarea:
|
Beta Was this translation helpful? Give feedback.
-
I don't see anywhere where you are using a file mount. Here is an example of a plausible template where file mounts are used: https://github.com/Dokploy/templates/blob/main/blueprints/plausible/docker-compose.yml and template.toml https://github.com/Dokploy/templates/blob/main/blueprints/plausible/template.toml You can use the same idea. We also mention how to use file mounts in the documentation https://github.com/Dokploy/templates/blob/main/blueprints/plausible/template.toml |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions