Skip to content

Commit

Permalink
Merge pull request #16 from silinternational/feature/swap-mariadb-image
Browse files Browse the repository at this point in the history
Update docker-compose to use mariadb:10 image directly
  • Loading branch information
devon-sil authored Dec 18, 2023
2 parents ed70f6e + cfb539f commit a2b931c
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 a2b931c

Please sign in to comment.