Skip to content

Commit

Permalink
Merge pull request #986 from hashtopolis/bug/985
Browse files Browse the repository at this point in the history
Change DB version, because mysql 5.7 uses old collations and causing encoding errors
  • Loading branch information
zyronix authored Sep 4, 2023
2 parents 07f1509 + 0140e8e commit e6d60e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- 8080:80
db:
container_name: db
image: mysql:5.7
image: mysql:8.0
restart: always
volumes:
- db:/var/lib/mysql
Expand Down

0 comments on commit e6d60e5

Please sign in to comment.