Update README.md

This commit is contained in:
2024-02-12 22:26:27 +13:00
parent adf83e7782
commit cffeeaa2f8

View File

@@ -32,6 +32,7 @@ Request body example:
"checked_at": "2023-05-04T17:39:42.942850354+02:00",
"resolver_tag": "ifconfig.me",
"domain": "my.domain.com"
"token": "a-webhook-token"
}
```
@@ -71,6 +72,8 @@ services:
- CLOUDFLARE_ZONE=testdomain.com
- ON_CHANGE_COMMENT="automatically updated"
- CHECK_INTERVAL_SECONDS=300
# Optional if your webhook receiver requires a token for verification
# - WEBHOOK_TOKEN="SomeSup3rs3cureT0k3n"
```
### Via `docker run`