Skip to content

docker-compose ps should show port ranges as docker ps does #6910

@neale-bpm

Description

@neale-bpm

docker ps gives a sensible output for ranges 1-5431/tcp, 5433-30000/tcp, 0.0.0.0:5432->5432/tcp but frustratingly docker-compose ps gives 1/tcp, 10/tcp, 100/tcp, 1000/tcp, 10000/tcp, 10001/tcp, 10002/tcp, 10003/tcp, 10004/tcp, 10005/tcp, 10006/tcp, 10007/tcp.

While large ranges like this are a bit nuts and that can be debated somewhere else, it would be helpful for docker-compose to match docker in the output format for ps in this case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions