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
Current behaviour:
The service endlessly tries to start up, never succeeds. The following error message is displayed:
invalid mount config for type "bind": bind source path does not exist: /<parent-dir>/<mount-path>
Even when <parent-dir> has chmod 777, the mount is not created.
Expected behaviour:
The directory tree up until the mount directory is created on either saving the bind mount config, or on deployment.
Might even benefit from notifying the user with a 'directory does not exist' dialog, with options to create the directory.
Provide environment information
OS: Ubuntu 22.04
VPS Provider: DigitalOcean
Which area(s) are affected? (Select all that apply)
Application, Docker Compose, Docker
Are you deploying the applications where Dokploy is installed or on a remote server?
Both
Additional context
Just as some extra info:
I use a glusterfs setup, sharing files on the same path over all of my swarms nodes in disperse mode. Bind mount are thus shared, and can be statically defined. This works great by the way, but the system won't create the mounts for me.
Will you send a PR to fix it?
Yes
The text was updated successfully, but these errors were encountered:
To Reproduce
Current vs. Expected behavior
Current behaviour:
The service endlessly tries to start up, never succeeds. The following error message is displayed:
Even when
<parent-dir>
has chmod 777, the mount is not created.Expected behaviour:
The directory tree up until the mount directory is created on either saving the bind mount config, or on deployment.
Might even benefit from notifying the user with a 'directory does not exist' dialog, with options to create the directory.
Provide environment information
Which area(s) are affected? (Select all that apply)
Application, Docker Compose, Docker
Are you deploying the applications where Dokploy is installed or on a remote server?
Both
Additional context
Just as some extra info:
I use a glusterfs setup, sharing files on the same path over all of my swarms nodes in disperse mode. Bind mount are thus shared, and can be statically defined. This works great by the way, but the system won't create the mounts for me.
Will you send a PR to fix it?
Yes
The text was updated successfully, but these errors were encountered: