Skip to content

Commit 86eeb78

Browse files
authored
Merge pull request #2 from oscnet/aarch64
fix sql_mode
2 parents c08a4ff + e5096a0 commit 86eeb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717

1818
db:
1919
image: 'mysql/mysql-server'
20-
command: --default-authentication-plugin=mysql_native_password
20+
command: --sql_mode="" --default-authentication-plugin=mysql_native_password
2121
restart: always
2222
healthcheck:
2323
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent", "--password=${mysql_password}"]

0 commit comments

Comments
 (0)