Memory-Limits

This commit is contained in:
2026-04-09 00:15:01 +02:00
parent c4005e0e4e
commit e4a0a91a91
23 changed files with 899 additions and 20 deletions
+4
View File
@@ -5,6 +5,8 @@ services:
image: mariadb:11
container_name: nextcloud-db
restart: unless-stopped
mem_limit: 1g
mem_reservation: 1g
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
- /volume1/docker/nextcloud/db:/var/lib/mysql:rw
@@ -19,6 +21,8 @@ services:
image: nextcloud:latest
container_name: nextcloud-app
restart: unless-stopped
mem_limit: 1g
mem_reservation: 1g
ports:
- "8080:80"
volumes: