Add memory limit for pictrs
This commit is contained in:
parent
ff2c71a74a
commit
fc74bfeb23
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue