We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d239f commit c0fd322Copy full SHA for c0fd322
AWS-docker-compose.yml
@@ -2,7 +2,8 @@ version: '2'
2
services:
3
meteor:
4
image: ulexus/meteor:build
5
- mem_limit: 1g
+ mem_reservation: 1g
6
+ mem_limit: 2g
7
ports:
8
- "8080:3000"
9
environment:
0 commit comments