mirror of
https://github.com/fabriziosalmi/caddy-waf.git
synced 2026-07-30 14:25:56 -04:00
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>