Compare commits

..
Author SHA1 Message Date
ffcbfedae3 Update docker.io/library/mariadb Docker tag to v13
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 16m17s
/ Ansible Lint (pull_request) Successful in 14m16s
2026-09-16 11:46:25 +00:00

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/mariadb:11
image: docker.io/library/mariadb:13
environment:
- "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"