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:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql
|
image: mysql
|
||||||
|
command: --sql_mode=
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=root-password
|
- MYSQL_ROOT_PASSWORD=root-password
|
||||||
- MYSQL_DATABASE=servatrice
|
- MYSQL_DATABASE=servatrice
|
||||||
|
|
Loading…
Reference in a new issue