Skip to content

Commit

Permalink
Update docker-compose to use mariadb:10 image directly
Browse files Browse the repository at this point in the history
  • Loading branch information
dalenewby committed Apr 25, 2024
1 parent 79f9543 commit 2a076e9
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 2a076e9

Please sign in to comment.