Docker config

This commit is contained in:
Ian Renton
2026-08-05 20:28:11 +01:00
parent 66081f32f9
commit 5699627069
9 changed files with 17 additions and 16 deletions
+2 -1
View File
@@ -196,7 +196,8 @@ Save the file. You will still need to create a copy of `config-example.yml` and
Docker setup nothing has actually been downloaded yet, so you will have to copy the example from the repository some
other way, e.g. [from the repo in a web browser](https://git.ianrenton.com/ian/spothole/src/branch/main/config-example.yml).
With that in place, run `docker compose up -d` and you should be good to go.
With that in place, run `docker compose up` and you should be good to go. To detach, press `d` or run the command with
the `-d` flag.
### Multiple cluster nodes with different settings