mirror of https://github.com/docker/docs.git
Update ecs-integration.md
Fixing high throughput in example
This commit is contained in:
parent
cbed515dfb
commit
84af01c18a
|
@ -266,7 +266,7 @@ volumes:
|
|||
lifecycle_policy: AFTER_14_DAYS
|
||||
performance_mode: maxIO
|
||||
throughput_mode: provisioned
|
||||
provisioned_throughput: 1024
|
||||
provisioned_throughput: 1
|
||||
```
|
||||
|
||||
File systems created by executing `docker compose up` on AWS can be listed using
|
||||
|
|
Loading…
Reference in New Issue