Update configs.md

configs key is not (and will not be) supported in docker compose, check https://github.com/docker/compose/issues/5110 for more info
This commit is contained in:
Hacktivista 2018-11-07 11:15:49 -03:00 committed by GitHub
parent ba65aeabbb
commit c695a430f0
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
Both the `docker compose` and `docker stack` commands support defining configs
in a compose file. See
`docker stack` command supports defining configs in a compose file, though
`docker compose` will ignore the `configs` key as is not supported. See
[the Compose file reference](/compose/compose-file/#configs) for details.
### Simple example: Get started with configs