Compare commits

..
1 Commits
Author SHA1 Message Date
renovate-bot caa7158063 chore(deps): update mariadb docker tag to v13 2026-09-16 00:21:06 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ services:
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
db:
image: "mariadb:12.3"
image: "mariadb:13.0"
environment:
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
+1 -1
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
web:
image: nginx:1.31.6
image: nginx:1.31.5
depends_on:
- app
configs: