Skip to content

Commit e6d60e5

Browse files
authored
Merge pull request #986 from hashtopolis/bug/985
Change DB version, because mysql 5.7 uses old collations and causing encoding errors
2 parents 07f1509 + 0140e8e commit e6d60e5

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
@@ -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)