From a87e29a458fad5395d1f867a9fcc4814f04aeb04 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 12 Dec 2023 15:08:18 +0100
Subject: [PATCH] STY: formatting README_SETUP.md

---
 README_SETUP.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README_SETUP.md b/README_SETUP.md
index 46d9aeb..581cc31 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -91,13 +91,13 @@ with the then current version of the stored entities.
 ### Running in a Docker Container
 
 You can use `.docker/docker-compose.yml` to start a docker container
-(`docker-compose -f .docker/docker-compose.yml up -d`) that runs
-mariadb. You need appropriate settings in `.config`:
-`MYSQL_OPTS="--protocol=TCP"` and
-`DATABASE_USER_HOST_LIST=%,`
+(`docker-compose -f .docker/docker-compose.yml up -d`) that runs mariadb. You
+need appropriate settings in `.config`:
+* `MYSQL_OPTS="--protocol=TCP"` and
+* `DATABASE_USER_HOST_LIST=%,`
 After the first start, you need to install the database: `make install`.
-Then, you can connect to it with 
-`mariadb --protocol=TCP -u caosdb -prandom1234 caosdb`.
+Then, you can connect to it with `mariadb --protocol=TCP -u caosdb -prandom1234
+caosdb`.
 
 
 ### Troubleshooting
-- 
GitLab