Disabled strict mode for MySQL on the docker-compose file (#4214)

This commit is contained in:
saadbruno 2020-12-28 18:43:45 -03:00 committed by GitHub
parent f595a61d50
commit d5b36e8b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ version: '3'
services:
mysql:
image: mysql
command: --sql_mode=
environment:
- MYSQL_ROOT_PASSWORD=root-password
- MYSQL_DATABASE=servatrice