Skip to content

Commit

Permalink
Merge pull request #17 from silinternational/develop
Browse files Browse the repository at this point in the history
Fix the mariadb to 10
  • Loading branch information
devon-sil authored Jan 26, 2024
2 parents d81b859 + a2b931c commit a942907
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 @@ -6,7 +6,7 @@ services:
- ./application:/data

db:
image: silintl/mariadb:latest
image: mariadb:10
volumes_from:
- data
ports:
Expand Down

0 comments on commit a942907

Please sign in to comment.