Add memory limit
This commit is contained in:
parent
3337cbb530
commit
bfd8108568
@ -9,6 +9,7 @@ services:
|
||||
nextcloud:
|
||||
image: "${IMAGE:-nextcloud}:${VERSION:-latest}"
|
||||
container_name: "${NAME:-nextcloud}"
|
||||
mem_limit: ${MEM_LIMIT:-2g}
|
||||
environment:
|
||||
PHP_MEMORY_LIMIT: "${PHP_MEMORY_LIMIT:-1024M}"
|
||||
labels:
|
||||
|
Loading…
x
Reference in New Issue
Block a user