mirror of https://github.com/docker/docs.git
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:
parent
ba65aeabbb
commit
c695a430f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue