docs.docker.jp.onthefly icon indicating copy to clipboard operation
docs.docker.jp.onthefly copied to clipboard

CPUリソースの指定

Open Crux-One opened this issue 2 years ago • 0 comments

File: cloud/ecs-compose-features.ch

cpucpus 、値は文字列で指定する仕様に変更になっているようです。

services:
    nginx:
        image: mycompany/webapp
        deploy:
          resources:
            limits:
-              cpu: 0.5
+              cpus: '0.5'
              memory: 2Gb

Crux-One avatar Feb 09 '23 06:02 Crux-One