Skip to content
Snippets Groups Projects
Commit cc147278 authored by Jonathan de Jong's avatar Jonathan de Jong
Browse files

revert reflow

parent 94573a3a
No related branches found
No related tags found
No related merge requests found
...@@ -38,11 +38,9 @@ ### Run ...@@ -38,11 +38,9 @@ ### Run
[gl]: https://gitlab.com/famedly/conduit/container_registry/2497937 [gl]: https://gitlab.com/famedly/conduit/container_registry/2497937
[shield]: https://img.shields.io/docker/image-size/matrixconduit/matrix-conduit/latest [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` 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).
config file, an example can be found [here](../conduit-example.toml). You can pass in different env 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
vars to change config values on the fly. You can even configure Conduit completely by using env to pass `-e CONDUIT_CONFIG=""` into your container. For an overview of possible values, please take a look at the `docker-compose.yml` file.
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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment