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