Compare commits

...
Author SHA1 Message Date
42ad9aef62 Update docker.io/library/mariadb Docker tag to v12 2026-08-11 22:01:01 +00:00

View file

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