This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
docker compose
using ecs context does not create the correct EFS performance-mode
#2207
Labels
stale
Inactive issue
Description
When I use Docker with ECS to create a cluster on AWS an EFS volume is created and mounted but does not have the correct
performance-mode
according to thedocker-compose.yml
file.Steps to reproduce the issue:
docker context create ecs
)docker-compose.yml
fileThe
docker-compose.yml
fileRun the file
Output
Therefore, the
DbdataFilesystem
should have been created withperformance-mode: maxIO
Describe the results you received:
However, this is what I get:
Describe the results you expected:
If I use the
AWS CLI
then no problemsOutput of
docker compose version
:Output of
docker info
:Additional environment details:
AWS ECS
The text was updated successfully, but these errors were encountered: