Dokploy shows running container as not running (no green icon and cannot stop)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
To Reproduce
Use this compose:
services:
agent-zero:
image: agent0ai/agent-zero
container_name: agent-zero
ports:
- "21671:80"
volumes:
- agent_zero_data:/a0/usr
- /opt/flutter:/opt/flutter:ro
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped
volumes:
agent_zero_data:
driver: local
Deploy it.
Stop it.
Restart docker.
Go to log tab to observe the container is running but the compose app doesn't have green icon and the stop button cannot be tapped.
Current vs. Expected behavior
Expected: The app has green icon and the stop button can be tapped.
Provide environment information
OS: Arch Linux x86_64
Kernel: Linux 7.0.11-1-cachyos-bore
Dokploy: v0.29.8
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
No response
Will you send a PR to fix it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the Docker Compose log tab and reproduce the reported lifecycle: deploy the supplied compose file, stop it, restart Docker, and inspect the container status. Trace how the running container state controls the green icon and stop button; done means the app reflects the running state and allows the container to be stopped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, typescript
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100