We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f872df commit d3632b9Copy full SHA for d3632b9
2 files changed
docs/samples/full-setup/docker-compose.yml
@@ -44,7 +44,7 @@ services:
44
45
# persistent storage
46
db-mysql:
47
- image: mariadb:12.0
+ image: mariadb:12.1
48
hostname: db
49
environment:
50
- MARIADB_USER=metin2
src/docker-compose.yml
@@ -39,7 +39,7 @@ services:
39
40
41
42
43
ports:
- "3306:3306"
0 commit comments