Skip to content
Snippets Groups Projects
Commit 15ba0a7e authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix sql mode

parent 43b20013
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ final class Compile extends Command
// DB
$creator->addService('db', 'mariadb', [
'container_name' => 'db',
'command' => '--sql_mode="NO_ENGINE_SUBSTITUTION"',
'ports' => ['3306:3306'],
'restart' => 'unless-stopped',
'volumes' => ['db-data:/var/lib/mysql'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment