Skip to content

Commit a942907

Browse files
authored
Merge pull request #17 from silinternational/develop
Fix the mariadb to 10
2 parents d81b859 + a2b931c commit a942907

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)