Compare commits

...
Author SHA1 Message Date
471fbb49f3 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 2m41s
/ Ansible Lint (pull_request) Successful in 2m34s
2026-08-21 21:45:55 +00:00
a2eba1ac70 fixed IP for Retro Sun SparcStation 4
All checks were successful
/ build (push) Successful in 29s
/ Ansible Lint (push) Successful in 2m24s
2026-08-21 23:34:10 +02:00
2 changed files with 4 additions and 1 deletions

View file

@ -136,6 +136,9 @@ octopi A 10.89.212.31
waybackproxy A 10.89.212.33
alnair A 10.89.210.23
TXT "Sun SparcStation 4 Retro"
;
; Public Club Services
;

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 }}"