diff --git a/Dockerfile b/Dockerfile index dace743..3946a0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13-slim WORKDIR /app COPY . . diff --git a/README.md b/README.md index d1b7864..7529d54 100644 --- a/README.md +++ b/README.md @@ -196,9 +196,6 @@ 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). -You will also need to create the `cache` subdirectory manually, as Spothole cannot create it itself when running in the -container. - With that in place, run `docker compose up -d` and you should be good to go. ### Multiple cluster nodes with different settings diff --git a/templates/add_spot.html b/templates/add_spot.html index dec520a..e2e90af 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 5e39abc..66b6260 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 216bc30..ed6e978 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -75,8 +75,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 3e6122e..ff0f19f 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 %}