compose-spec / compose-spec

The Compose specification

Home Page:https://compose-spec.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name of the volume in name paragraph example is incorrect

egorskor opened this issue · comments

File: 07-volumes.md
Name of the volume in name paragraph example is

volumes:
  data:
    name: "my-app-data"

Maybe it should be

volumes:
  db-data:
    name: "my-app-data"

as in other examples?
image