correct grammatical mistake

I am assuming the missing "is" is what was intended for the sentence. Authorized folks can confirm or deny.
This commit is contained in:
Charlie Arehart 2022-08-09 11:42:42 -05:00 committed by GitHub
parent db902cbbeb
commit e077973634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1665,7 +1665,7 @@ the service's containers.
The following example sets the name of the `server-certificate` secret file to `server.crt`
within the container, sets the mode to `0440` (group-readable) and sets the user and group
to `103`. The value of `server-certificate` secret is provided by the platform through a lookup and
the secret lifecycle not directly managed by the Compose implementation.
the secret lifecycle is not directly managed by the Compose implementation.
```yml
services: