Dokploy / Dokploy/dokploy

Dokploy shows running container as not running (no green icon and cannot stop)

Open
#4,617 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug needs-triage🔍
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.

Image
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.