Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping is based on naming in stead of compose projects #17

Open
iamrgroot opened this issue Aug 16, 2024 · 0 comments
Open

Grouping is based on naming in stead of compose projects #17

iamrgroot opened this issue Aug 16, 2024 · 0 comments

Comments

@iamrgroot
Copy link

When you use container_name in the docker-compose, the grouping is broken.

Reproduction: create the following docker-compose.yml in a folder called testdocker

services:
  node-1:
    container_name: custom-node
    image: node
    command: tail -f /dev/null

  node-2:
    image: node
    command: tail -f /dev/null

Docker desktop groups them:
image

Captain does not:
image
image

Please let me know if you would like me to contribute a fix myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant