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

Commit

Permalink
Merge pull request #2157 from nahuel-soldevilla/2152-fix-typo
Browse files Browse the repository at this point in the history
Fix typo: change "cpu" to "cpus" in resources
  • Loading branch information
glours authored May 30, 2022
2 parents 415b410 + 128dae0 commit 6f3f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ecs-compose-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ services:
deploy:
resources:
limits:
cpu: '0.5'
cpus: '0.5'
memory: 2Gb
```

0 comments on commit 6f3f942

Please sign in to comment.