Skip to content

Commit

Permalink
Merge pull request #3 from silinternational/develop
Browse files Browse the repository at this point in the history
Update docker-compose to use mariadb:10 image directly
  • Loading branch information
dalenewby authored Apr 26, 2024
2 parents b067f07 + 2a076e9 commit acae8eb
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 @@ -12,7 +12,7 @@ services:
# MYSQL_USER - database user
# MYSQL_PASSWORD - database user password
db:
image: silintl/mariadb:latest
image: mariadb:10
volumes_from:
- data
ports:
Expand Down

0 comments on commit acae8eb

Please sign in to comment.