diff --git a/.gitignore b/.gitignore index 2711d48..66ab533 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ certs # Ignore log files logs/*.log *.log +*.gz # Ignore acme.json (contains sensitive certificate data) acme.json diff --git a/README.md b/README.md index 73a7136..5b48b44 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,6 @@ labels: - "traefik.http.routers.ghost.middlewares=cloudflarewarp@file,crowdsec@file,compress-middleware@file" - "com.centurylinklabs.watchtower.enable=true" - "traefik.docker.network=traefik_default" -``` \ No newline at end of file +``` + +I expose the access.log for crowdsec firewall to read. \ No newline at end of file