Skip to content

Commit 896fa99

Browse files
authored
Merge pull request #24 from rm-yakovenko/23-Use-latest-stable-mariadb
23 Use latest stable mariadb
2 parents 3bec4ba + e7dc8b4 commit 896fa99

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
@@ -4,7 +4,7 @@ services:
44
image: redis:3
55

66
db:
7-
image: mariadb:10.3
7+
image: mariadb:10
88
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
99
environment:
1010
- "MYSQL_ROOT_PASSWORD"

0 commit comments

Comments
 (0)