diff --git a/README.md b/README.md index 7529d54..c3cc456 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/templates/add_spot.html b/templates/add_spot.html index e2e90af..d86da0d 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 66b6260..cd2fc22 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index ed6e978..90d846a 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -75,8 +75,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index ff0f19f..5a87751 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -10,10 +10,10 @@ - - - - + + + + {% end %} {% block body %}