Update configs.md

This commit is contained in:
hacktivista 2019-04-02 09:08:02 -03:00 committed by GitHub
parent c695a430f0
commit 7e7297cc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@ Docker configs.
### Defining and using configs in compose files
`docker stack` command supports defining configs in a compose file, though
`docker compose` will ignore the `configs` key as is not supported. See
The `docker stack` command supports defining configs in a compose file.
However, the 'configs' key is not supported for `docker compose`. See
[the Compose file reference](/compose/compose-file/#configs) for details.
### Simple example: Get started with configs