Skip to content

Commit

Permalink
Merge pull request #1 from andypern/mariafix
Browse files Browse the repository at this point in the history
workaround bug in mariadb latest
  • Loading branch information
andypern authored Jul 21, 2022
2 parents 36b88a7 + 044b68b commit 10c595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2"
services:
mariadb:
network_mode: host
image: mariadb:latest
image: mariadb:10.7
ports:
- 3306:3306
environment:
Expand Down

0 comments on commit 10c595a

Please sign in to comment.