mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
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…
Add table
Add a link
Reference in a new issue