Disable diun for postgres container

This commit is contained in:
2026-04-21 20:48:46 +01:00
parent a78a5c7795
commit 135e6d9092
+1 -1
View File
@@ -85,7 +85,7 @@ services:
- /etc/passwd:/etc/passwd:ro - /etc/passwd:/etc/passwd:ro
- /mnt/ente_1/postgres_data:/var/lib/postgresql/data:rw - /mnt/ente_1/postgres_data:/var/lib/postgresql/data:rw
labels: labels:
diun.enable: "true" diun.enable: "false"
diun.watch_repo: "true" diun.watch_repo: "true"
diun.include_tags: "latest" diun.include_tags: "latest"