From 8b4573d8c19b5602cc5d295342d41ebcd35f1527 Mon Sep 17 00:00:00 2001 From: kevin caires Date: Mon, 27 Jun 2022 11:46:54 -0300 Subject: [PATCH] ADD mysql root password env var. --- environment/template | 1 + 1 file changed, 1 insertion(+) diff --git a/environment/template b/environment/template index fc61001..7d47bcc 100644 --- a/environment/template +++ b/environment/template @@ -8,4 +8,5 @@ export MYSQL_PORT=<> export MYSQL_DATABASE=<> export MYSQL_USER=<> export MYSQL_PASSWORD=<> +export MYSQL_ROOT_PASSWORD=<> export LOGLEVEL=<>