Skip to content

Commit a2b931c

Browse files
authored
Merge pull request #16 from silinternational/feature/swap-mariadb-image
Update docker-compose to use mariadb:10 image directly
2 parents ed70f6e + cfb539f commit a2b931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- ./application:/data
77

88
db:
9-
image: silintl/mariadb:latest
9+
image: mariadb:10
1010
volumes_from:
1111
- data
1212
ports:

0 commit comments

Comments
 (0)