Crux-One
Results
1
issues of
Crux-One
File: [cloud/ecs-compose-features.ch](https://matsuand.github.io/docs.docker.jp.onthefly/cloud/ecs-compose-features/#container-resources) `cpu` は `cpus` 、値は文字列で指定する仕様に変更になっているようです。 ```diff services: nginx: image: mycompany/webapp deploy: resources: limits: - cpu: 0.5 + cpus: '0.5' memory: 2Gb ```