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
Configured persistent storage volumes automatically append the -pr-<number> suffix to the source which can cause issues if user wants to mount a socket e.g. /var/run/docker.sock.
This is happening inside of this function app/Jobs/ApplicationDeploymentJob.php:1915:
Error Message and Logs
Configured persistent storage volumes automatically append the
-pr-<number>
suffix to the source which can cause issues if user wants to mount a socket e.g./var/run/docker.sock
.This is happening inside of this function
app/Jobs/ApplicationDeploymentJob.php:1915
:Steps to Reproduce
/var/run/docker.sock
Expected result: The configured bind mount is provided to the preview deployment container without changing the source path
Actual result: The
-pr-<number>
suffix is added to the source path breaking the deployment.Example Repository URL
No response
Coolify Version
v4.0.0-beta.397
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
CentOS Stream 10 (Coughlan)
Additional Information
No response
The text was updated successfully, but these errors were encountered: