summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Wiesenberg <weasy@hotmail.de>2020-08-04 22:06:13 +0200
committerDaniel Wiesenberg <weasy@hotmail.de>2020-08-11 15:38:24 +0200
commit87ed132ae4d23724818b4f3ee967a1ed24220a92 (patch)
treedc415a4f3ad7771ea2b732b66993eb0cad1173c9 /README.md
parent7288010e555d7f7ccc20c4330634976e18d6fa77 (diff)
downloadconduit-87ed132ae4d23724818b4f3ee967a1ed24220a92.zip
Add README in docker folder and mention docker in Conduit's README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 404636a..4c84040 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,9 @@ Yes! Just open a Matrix client (<https://app.element.io> or Element Android for
You just have to clone the repo, build it with `cargo build --release` and call the binary (target/release/conduit) from somewhere like a systemd script.
It's explained in more detail [here](https://git.koesters.xyz/timo/conduit/wiki/Deploy).
+Or you can just build the docker image and run it with docker or docker-compose.
+It's explained in more details [here](https://git.koesters.xyz/timo/conduit/wiki/Docker) or in the [README](docker/README.md) in the docker folder.
+
#### What is it build on?
- [Ruma](https://www.ruma.io): Useful structures for endpoint requests and responses that can be (de)serialized