You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only use numbers as identifiers for volumes. With docker compose v2 I get an error of Go when I run docker compose up.
This worked in docker-compose v1.
Hi, what else is needed besides the steps for reproduction in which I had given a minimal example? As far as I can see, it is irrelevant what the service itself does. It is only about the volume names. So it would be enough to take an existing project with volume and adjust the volume name there according to my instructions.
Description
I only use numbers as identifiers for volumes. With docker compose v2 I get an error of Go when I run
docker compose up
.This worked in docker-compose v1.
Steps to reproduce the issue:
docker compose up
Describe the results you received:
Output of
docker compose version
:Output of
docker info
:The text was updated successfully, but these errors were encountered: