We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4e6df commit fe88a30Copy full SHA for fe88a30
README.md
@@ -59,6 +59,14 @@ In order to build a docker image, run the following in the root directory:
59
60
Just use `docker-compose up` and you're good to go.
61
62
+Or `docker-compose up -d` if you're running it on a server in a detached state.
63
+
64
+You can then find your container ID by checking `docker container ls`.
65
66
+Which could then be used to e.g. check the container logs with `docker container logs <ID>`.
67
68
+If you're developing locally, you can replace the path to the image with your own image tag, e.g. `matrix/waterfall`.
69
70
#### Hard Way
71
72
To run the image from the current directory assuming that there is a `config.yaml`:
0 commit comments