compose-cli
compose-cli copied to clipboard
Just one word of warning about AWS profiles and `docker compose` ... the latter mangles the profile names into lower-case regardless of how they are stored in the AWS config file and `docker compose` then still fails. The only workaround I've found is to ensure that at least the names for the "wrapped" profiles are in lower case.
Just one word of warning about AWS profiles and docker compose
... the latter mangles the profile names into lower-case regardless of how they are stored in the AWS config file and docker compose
then still fails. The only workaround I've found is to ensure that at least the names for the "wrapped" profiles are in lower case.
Originally posted by @pcolmer in https://github.com/docker/compose-cli/issues/671#issuecomment-998597237