mirror of https://github.com/LemmyNet/lemmy.git
Adding more mem limits
parent
126c6a23bb
commit
ff2c71a74a
|
@ -53,6 +53,7 @@ services:
|
|||
volumes:
|
||||
- ./iframely.config.local.js:/iframely/config.local.js:ro
|
||||
restart: always
|
||||
mem_limit: 200m
|
||||
|
||||
postfix:
|
||||
image: mwader/postfix-relay
|
||||
|
|
|
@ -57,3 +57,4 @@ services:
|
|||
volumes:
|
||||
- ../iframely.config.local.js:/iframely/config.local.js:ro
|
||||
restart: always
|
||||
mem_limit: 200m
|
||||
|
|
Loading…
Reference in New Issue