Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 6f3f942

Browse files
authored
Merge pull request #2157 from nahuel-soldevilla/2152-fix-typo
Fix typo: change "cpu" to "cpus" in resources
2 parents 415b410 + 128dae0 commit 6f3f942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecs-compose-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ services:
176176
deploy:
177177
resources:
178178
limits:
179-
cpu: '0.5'
179+
cpus: '0.5'
180180
memory: 2Gb
181181
```

0 commit comments

Comments
 (0)