docker-compose.ymlにてcommandオプションを指定することで起動時にsql_modeの指定が可能です。


mysql:
  image: mysql:5.7
  command: --sql_mode=''