added vm.overcommit_memory
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
# https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md#adapting-the-sample-web-server-configurations-below
|
||||
# https://raju.dev/nextcloud-aio-install-with-docker-compose-and-reverse-proxy/
|
||||
|
||||
# REDIS
|
||||
# sysctl vm.overcommit_memory=1
|
||||
# echo vm.overcommit_memory=1 > /etc/sysctl.d/memory-overcommit.conf
|
||||
|
||||
services:
|
||||
nextcloud-aio-mastercontainer:
|
||||
image: nextcloud/all-in-one:latest
|
||||
|
Reference in New Issue
Block a user