mirror of https://github.com/docker/docs.git
Update configs.md
This commit is contained in:
parent
c695a430f0
commit
7e7297cc9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue