updated nextcloud wud tags

This commit is contained in:
2026-07-17 10:59:48 +10:00
parent daf02789ac
commit eb13c88e73
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -78,7 +78,7 @@ services:
start_period: 180s
nextcloud-db:
image: mariadb:11.4
image: mariadb:${NEXTCLOUD_DB_VERSION}
restart: always
profiles: ["apps","all","nextcloud"]
container_name: nextcloud-db
@@ -106,6 +106,7 @@ services:
labels:
- "io.portainer.accesscontrol.public"
- "wud.watch=true"
- "wud.tag.include=11.4"
healthcheck:
test: ["CMD-SHELL", "mariadb-admin ping -u $$MYSQL_USER --password=$$(cat /run/secrets/nextcloud_db_password) --silent"]
interval: 10s