From 8fbe6ff7c629f472d06f2ffa896dc048f7986b6c Mon Sep 17 00:00:00 2001
From: Dimitar Nedev <dimitar.nedev@monetdbsolutions.com>
Date: Mon, 11 May 2015 17:04:02 +0200
Subject: [PATCH] Explain the use of supervirosd

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bba2b3a..626d18e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ docker exec -d monetdb-r /root/set-monetdb-password.sh <password>
 
 # Advanced
 ## Multiple database servers per container
-The MonetDB daemon [monetdbd](https://www.monetdb.org/Documentation/monetdbd-man-page) allows for multiple MonetDB database server processes to run on the same system and listed on the same port. While it is not advised to run more than one database server in the same Docker container, you can do that by creating a new database with the [monetdb](https://www.monetdb.org/Documentation/monetdb-man-page) command-line control tool.
+The MonetDB daemon [monetdbd](https://www.monetdb.org/Documentation/monetdbd-man-page) allows for multiple MonetDB database server processes to run on the same system and listed on the same port. While it is not advised to run more than one database server in the same Docker container, you can do that by creating a new database with the [monetdb](https://www.monetdb.org/Documentation/monetdb-man-page) command-line control tool. In this container, the database server is controller by the MonetDB daemon (`monetdbd`), both of which are started by `supervisord`.
 
 For more information on how to use MonetDB, check out the [tutorial](https://www.monetdb.org/Documentation/UserGuide/Tutorial).
 
-- 
GitLab