diff options
author | Jonathan de Jong <jonathan@automatia.nl> | 2022-02-20 10:55:17 +0100 |
---|---|---|
committer | Jonathan de Jong <jonathan@automatia.nl> | 2022-02-20 10:55:17 +0100 |
commit | cc1472788815d9daadb53b085dd969bcd7e39741 (patch) | |
tree | 937aadae734c6f436d146702fba49f366163bf44 /docker | |
parent | 94573a3a610556bf3871689fb0fd749521071580 (diff) | |
download | conduit-cc1472788815d9daadb53b085dd969bcd7e39741.zip |
revert reflow
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docker/README.md b/docker/README.md index 0a5981d..1c9a03d 100644 --- a/docker/README.md +++ b/docker/README.md @@ -38,11 +38,9 @@ or you can skip the build step and pull the image from one of the following regi [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. |