diff --git a/engine/swarm/configs.md b/engine/swarm/configs.md index f78c1c4616..5127c47de1 100644 --- a/engine/swarm/configs.md +++ b/engine/swarm/configs.md @@ -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