The docs (https://docs.docker.com/get-started/08_using_compose/#see-the-app-stack-in-docker-dashboard) refer to the container naming rule as:
<project-name>_<service-name>_<replica-number>
However due to naming change in v2 here: #8655, the docs are incorrect now, it should be:
<project-name>-<service-name>-<replica-number>
The docs (https://docs.docker.com/get-started/08_using_compose/#see-the-app-stack-in-docker-dashboard) refer to the container naming rule as:
<project-name>_<service-name>_<replica-number>However due to naming change in v2 here: #8655, the docs are incorrect now, it should be:
<project-name>-<service-name>-<replica-number>