Compare commits

...

2 commits

Author SHA1 Message Date
7694a48ec5 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ Ansible Lint (push) Successful in 3m5s
/ Ansible Lint (pull_request) Successful in 3m4s
2026-04-23 10:31:01 +00:00
1715b4fc88 stb hat IPv6 zu Hause geändert
All checks were successful
/ Ansible Lint (push) Successful in 2m25s
2026-04-23 12:24:25 +02:00
2 changed files with 3 additions and 3 deletions

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

View file

@ -44,8 +44,8 @@ server {
allow 185.161.129.132/32; # z9
allow 2a07:c480:0:100::/56; # z9
allow 2a07:c481:1::/48; # z9 new ipv6
allow 213.240.180.39/32; # stbe home
allow 2a01:170:118b::1/64; # stbe home
allow 213.240.180.39/32; # stb home
allow 2a01:170:118b:f701::1/64; # stb home
deny all;
location ^~ / {