From cc1472788815d9daadb53b085dd969bcd7e39741 Mon Sep 17 00:00:00 2001
From: Jonathan de Jong <jonathan@automatia.nl>
Date: Sun, 20 Feb 2022 10:55:17 +0100
Subject: [PATCH] revert reflow

---
 docker/README.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/docker/README.md b/docker/README.md
index 0a5981df0..1c9a03d18 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -38,11 +38,9 @@ ### Run
 [gl]: https://gitlab.com/famedly/conduit/container_registry/2497937
 [shield]: https://img.shields.io/docker/image-size/matrixconduit/matrix-conduit/latest
 
-The `-d` flag lets the container run in detached mode. You now need to supply a `conduit.toml`
-config file, an example can be found [here](../conduit-example.toml). You can pass in different env
-vars to change config values on the fly. You can even configure Conduit completely by using env
-vars, but for that you need to pass `-e CONDUIT_CONFIG=""` into your container. For an overview of
-possible values, please take a look at the `docker-compose.yml` file.
+The `-d` flag lets the container run in detached mode. You now need to supply a `conduit.toml` config file, an example can be found [here](../conduit-example.toml).
+You can pass in different env vars to change config values on the fly. You can even configure Conduit completely by using env vars, but for that you need
+to pass `-e CONDUIT_CONFIG=""` into your container. For an overview of possible values, please take a look at the `docker-compose.yml` file.
 
 If you just want to test Conduit for a short time, you can use the `--rm` flag, which will clean up everything related to your container after you stop it.
 
-- 
GitLab