mirror of https://github.com/LemmyNet/lemmy.git
Add memory limit for pictrs
parent
ff2c71a74a
commit
fc74bfeb23
|
@ -45,6 +45,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/pictrs:/mnt
|
- ./volumes/pictrs:/mnt
|
||||||
restart: always
|
restart: always
|
||||||
|
mem_limit: 200m
|
||||||
|
|
||||||
iframely:
|
iframely:
|
||||||
image: dogbin/iframely:latest
|
image: dogbin/iframely:latest
|
||||||
|
|
Loading…
Reference in New Issue