mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
The current documentation suggests listing SecretsManager secret JSON keys in a `keys` field, but this is not correct. The correct field is `x-aws-keys`. The `keys` field as written is not supported by the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md), and attempting most `docker compose` commands would result in failure if one named the field as written.