Disabled strict mode for MySQL on the docker-compose file (#4214)
This commit is contained in:
parent
f595a61d50
commit
d5b36e8b8a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ version: '3'
|
|||
services:
|
||||
mysql:
|
||||
image: mysql
|
||||
command: --sql_mode=
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root-password
|
||||
- MYSQL_DATABASE=servatrice
|
||||
|
|
Loading…
Reference in a new issue