Files
fab 3d2d926b4f docs: document the published container images (#134)
README and docs/installation.md gain Method 5; docs/docker.md leads with
pulling the published image. That file was describing a Dockerfile that no
longer exists -- golang:1.24-alpine, the git clone, go mod tidy -- and advised
readers to edit it themselves to build their own checkout.

docker-compose.yml pins the published image with build: . left commented, and
drops :ro from the blacklist mounts: the WAF watches those files and reloads
on change, which is the documented auto-update path, and read-only prevented
it.

Flags the tag-naming trap everywhere: the image tag has no v prefix while the
Go module version does.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-28 22:35:30 +02:00
..
2025-01-22 21:15:42 +01:00
2025-02-02 10:45:46 +01:00
2025-01-29 22:46:58 +01:00