compose-spec / compose-spec

The Compose specification

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove redundant information

bagratte opened this issue · comments

Compose file need to explicitly grant access to the configs to relevant services in the application.

is redundant. There's already
Services can only access configs when explicitly granted by a [`configs`](05-services.md#configs) subsection.

Remove
Compose file need to explicitly grant access to the configs to relevant services in the application.