We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef2559 commit a538671Copy full SHA for a538671
3 files changed
compose.dev.yaml
@@ -5,7 +5,7 @@
5
6
services:
7
mariadb:
8
- image: mariadb:11.6.2
+ image: mariadb:12.2
9
environment:
10
MARIADB_DATABASE: springuser
11
MARIADB_USER: springuser
compose.yaml
@@ -1,7 +1,7 @@
1
2
3
myapp-db:
4
container_name: springuser-db
volumes:
- userdb:/var/lib/mysql
docker-compose-keycloak.yml
@@ -2,7 +2,7 @@ version: "3.8"
container_name: springuser-db #
0 commit comments