From 8d9a6e27da310a3661b4cfd94384687df3af4639 Mon Sep 17 00:00:00 2001 From: Sebastiaan Stok Date: Sun, 18 Aug 2019 14:19:24 +0200 Subject: [PATCH] Don't start MariaDB automatically This is not a server and should not be auto started at system log-on. --- docker-compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 035f1321..3395e03e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,7 +23,6 @@ services: mariadb-server: image: mariadb - restart: always environment: - MYSQL_DATABASE=search_tests - MYSQL_ROOT_PASSWORD=nope