Skip to content

Commit

Permalink
Merge pull request #2 from oscnet/aarch64
Browse files Browse the repository at this point in the history
fix sql_mode
  • Loading branch information
oscnet authored Mar 8, 2022
2 parents c08a4ff + e5096a0 commit 86eeb78
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 @@ -17,7 +17,7 @@ services:

db:
image: 'mysql/mysql-server'
command: --default-authentication-plugin=mysql_native_password
command: --sql_mode="" --default-authentication-plugin=mysql_native_password
restart: always
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent", "--password=${mysql_password}"]
Expand Down

0 comments on commit 86eeb78

Please sign in to comment.