Skip to content

Commit

Permalink
Merge pull request #766 from carrythebanner/mysql-fix
Browse files Browse the repository at this point in the history
Docker file fix
  • Loading branch information
carrythebanner authored Jul 3, 2024
2 parents 3740595 + 78fefdb commit aa2dec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
db:
restart: always
image: mysql:8.4
command: mysqld --mysql-native-password=ON
environment:
- MYSQL_ROOT_PASSWORD
- MYSQL_DATABASE
Expand Down

0 comments on commit aa2dec3

Please sign in to comment.