Fix mailpiler min ram

This commit is contained in:
thorstenspille 2024-05-05 13:02:58 +02:00
parent d43131f872
commit ec5bc5796c

View File

@ -25,7 +25,7 @@ LXC_NESTING="1"
LXC_KEYCTL="0"
# Sets the minimum amount of RAM the service needs for operation
LXC_MEM_MIN=1024
LXC_MEM_MIN=2048
# service dependent meta tags
SERVICE_TAGS="php-fpm,nginx,mariadb,manticore"