From bea3b4d606f9d42251c489a85232bf4d5c7239f7 Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Tue, 24 Mar 2020 23:14:40 +0200 Subject: [PATCH] Fix circle --- docker-compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index f19c9ad..1b2cc7a 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -82,7 +82,7 @@ services: db: # Debug - #command: bash + #command: bash #tty: true command: mysqld_safe --skip-grant-tables image: mariadb:latest