compose-cli icon indicating copy to clipboard operation
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.

Open preste-thsou opened this issue 2 years ago • 0 comments

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

preste-thsou avatar Sep 22 '22 15:09 preste-thsou