From 0ca23e3b6e62b85bc49f62a89e771a58b07aa90d Mon Sep 17 00:00:00 2001
From: Christopher Guindon <chris.guindon@eclipse-foundation.org>
Date: Wed, 5 Oct 2022 14:18:33 -0400
Subject: [PATCH] update docker stack to include missing services

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ea349a34..b83696bc 100644
--- a/README.md
+++ b/README.md
@@ -54,8 +54,6 @@ Export the following environment variables. Note that you might need to alter th
 
 ```bash
 # Update settings based on your enviroment.
-
-# mariadb (Change your password!)
 export MARIADB_PASSWORD=""
 export MARIADB_USERNAME=""
 export MARIADB_HOST=mariadb
@@ -83,7 +81,7 @@ Pre-requisites:
 - Java 11 > (apt install openjdk-11-jdk)
 - Eclipse Account API credentials
 - Running MariaDB instance
-- create config/application/secret.properties by copying config/application/secret.properties.sample. You must update this file manually once created.
+- create config/application/secret.properties by copying config/application/secret.properties.sample. You must information edit the file before starting the server.
 
 To build and start the server:
 
-- 
GitLab