Skip to content

Commit 0140e8e

Browse files
committed
Change DB version, because mysql 5.7 uses old collations and causing encoding errors
Fixes #985
1 parent 07f1509 commit 0140e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- 8080:80
2121
db:
2222
container_name: db
23-
image: mysql:5.7
23+
image: mysql:8.0
2424
restart: always
2525
volumes:
2626
- db:/var/lib/mysql

0 commit comments

Comments
 (0)