mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-05 20:39:59 -08:00
Disabled strict mode for MySQL on the docker-compose file (#4214)
This commit is contained in:
@@ -3,6 +3,7 @@ version: '3'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql
|
||||
command: --sql_mode=
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root-password
|
||||
- MYSQL_DATABASE=servatrice
|
||||
|
||||
Reference in New Issue
Block a user