Unifiy MemLimit entfernt

This commit is contained in:
borgal
2022-12-01 09:08:44 +01:00
parent 8737b37369
commit 22730685f1

View File

@@ -7,7 +7,7 @@ services:
- TZ=Europe/Berlin - TZ=Europe/Berlin
- PUID=0 - PUID=0
- PGID=0 - PGID=0
- MEM_LIMIT=1024M # - MEM_LIMIT=2048M
ports: ports:
- 3478:3478/udp - 3478:3478/udp
- 10001:10001/udp - 10001:10001/udp
@@ -15,4 +15,4 @@ services:
- 8443:8443 - 8443:8443
volumes: volumes:
- /opt/unifi/config:/config - /opt/unifi/config:/config
restart: unless-stopped restart: unless-stopped