From b6e250a7cd77492c55f50677727bc9be4fc94454 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Sat, 20 Aug 2022 14:48:56 +0100 Subject: [PATCH] Generate random root password for MySQL --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 722737e..5d1d58d 100644 --- a/.env.example +++ b/.env.example @@ -12,6 +12,7 @@ DATABASE_PORT= # Required if MySQL. Defaults to 3306 ## MySQL Database Configuration (Required if configured to MySQL Database.) # Note that if using the Docker service, these configuration values will also be used when creating the database in the mysql container. +MYSQL_RANDOM_ROOT_PASSWORD=True MYSQL_DATABASE= # Required if MySQL. MYSQL_USER= # Required if MySQL MYSQL_PASSWORD= # Required if MySQL. Create secure password string. Note '@' character cannot be used.