Browse Source

fix documentation errors

Signed-off-by: Robin Svensson <[email protected]>
Robin Svensson 4 years ago
parent
commit
f92c1ebb3e
2 changed files with 3 additions and 2 deletions
  1. 2 1
      docs/ecs-compose-examples.md
  2. 1 1
      docs/ecs-compose-features.md

+ 2 - 1
docs/ecs-compose-examples.md

@@ -92,7 +92,8 @@ services:
   foo:
     image: nginx
     deploy:
-      x-aws-autoscaling: 75
+      x-aws-autoscaling: 
+        cpu: 75
 ```
 
 

+ 1 - 1
docs/ecs-compose-features.md

@@ -176,6 +176,6 @@ services:
         deploy:
           resources:
             limits:
-              cpu: 0.5
+              cpu: '0.5'
               memory: 2Gb
 ```