Skip to content

Commit

Permalink
turn mariadb version to 11.3 in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-dkrz committed Sep 17, 2024
1 parent b36d1aa commit 39b445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
db:
image: mariadb:latest
image: mariadb:11.3
environment:
MYSQL_USER: freva
MYSQL_PASSWORD: T3st
Expand Down

0 comments on commit 39b445e

Please sign in to comment.