fix(Docker): Increasing memory limit to 1GB

This commit is contained in:
Chris Troutner
2021-10-12 13:37:31 -07:00
parent 6c913b2c36
commit 6dcd1ce5e7
+1 -1
View File
@@ -20,7 +20,7 @@ services:
options:
max-size: '10m'
max-file: '10'
mem_limit: 500mb
mem_limit: 1000mb
links:
- bch-wallet-mongodb
ports: