Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 306411dbb2 | |||
| d20120d708 |
2 changed files with 3 additions and 3 deletions
|
|
@ -34,8 +34,8 @@
|
|||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"excludePackageNames": [
|
||||
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
|
||||
"matchPackageNames": [
|
||||
"!git.hamburg.ccc.de/ccchh/oci-images/keycloak"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue