From a23fb8157070334bc713cc70cadf68a3a98ae1a5 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 7 Mar 2021 13:58:08 +1100 Subject: [PATCH] Quick config fix --- configure-script.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure-script.js b/configure-script.js index 363650a..f9ba149 100644 --- a/configure-script.js +++ b/configure-script.js @@ -90,10 +90,10 @@ services: database: image: mariadb:latest environment: - - MYSQL_DATABASE: ${appName} - - MYSQL_USER: ${appDBUser} - - MYSQL_PASSWORD: ${appDBPass} - - MYSQL_ROOT_PASSWORD: ${dbRootPass} + MYSQL_DATABASE: ${appName} + MYSQL_USER: ${appDBUser} + MYSQL_PASSWORD: ${appDBPass} + MYSQL_ROOT_PASSWORD: ${dbRootPass} networks: - app-network volumes: