-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
Description
To Reproduce
- Deploy app (Dockerfile/Nixpacks) ✅ Container created
- Restart VPS / docker service
- App shows "online" in UI ❌ No container exists
- Click Deploy → Fails silently
- Logs:
1/1: invalid mount config for type "bind": bind source path does not exist: /da…
Current vs. Expected behavior
Current:
- UI shows "online" (misleading)
- No container created
- Logs truncated, no clear error
logs → select-a-containerempty
Expected:
❌ Missing bind folders:
eg. /etc/dokploy/applications/gostir-swietlice-mpjhbo/cache/
Provide environment information
OS: ubuntu 24.04
Arch: x86
dokploy version: v0.26.5
VPS: SummerHosting
App: Next.js + PayloadCMS (Dockerfile/Nixpacks)Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
- I was trying to update, server restarted without update - tired few more times but nothing. Only manual update worked.
Suggested fixes:
- Auto-create cache folders on deploy
- Clear UI error: "Missing cache folder"
- Fix "online" status logic
- Show full Docker error in logs
Will you send a PR to fix it?
No