From 22730685f142f274ce8238fc11c1494e22a0f06b Mon Sep 17 00:00:00 2001 From: borgal Date: Thu, 1 Dec 2022 09:08:44 +0100 Subject: [PATCH] Unifiy MemLimit entfernt --- unifi/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unifi/docker-compose.yml b/unifi/docker-compose.yml index ba905fa..53db128 100644 --- a/unifi/docker-compose.yml +++ b/unifi/docker-compose.yml @@ -7,7 +7,7 @@ services: - TZ=Europe/Berlin - PUID=0 - PGID=0 - - MEM_LIMIT=1024M + # - MEM_LIMIT=2048M ports: - 3478:3478/udp - 10001:10001/udp @@ -15,4 +15,4 @@ services: - 8443:8443 volumes: - /opt/unifi/config:/config - restart: unless-stopped \ No newline at end of file + restart: unless-stopped