Closed craig-osterhout closed 2 years ago
From https://github.com/docker/docker.github.io/issues/12081
File: https://github.com/docker/compose-cli/tree/main/docs/ecs-compose-features.md
Within the last section, 'Container Resources', cpu: 0.5 should be cpus: '0.5'. The parameter must be cpus and the argument must be a string.
Refer to https://github.com/compose-spec/compose-spec/blob/master/deploy.md#resources
From https://github.com/docker/docker.github.io/issues/12081
File: https://github.com/docker/compose-cli/tree/main/docs/ecs-compose-features.md
Within the last section, 'Container Resources', cpu: 0.5 should be cpus: '0.5'. The parameter must be cpus and the argument must be a string.
Refer to https://github.com/compose-spec/compose-spec/blob/master/deploy.md#resources