Skip to content

Commit aa2dec3

Browse files
Merge pull request #766 from carrythebanner/mysql-fix
Docker file fix
2 parents 3740595 + 78fefdb commit aa2dec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ services:
3131
db:
3232
restart: always
3333
image: mysql:8.4
34+
command: mysqld --mysql-native-password=ON
3435
environment:
3536
- MYSQL_ROOT_PASSWORD
3637
- MYSQL_DATABASE

0 commit comments

Comments
 (0)