We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67d33d commit fd53a8bCopy full SHA for fd53a8b
README.md
@@ -78,6 +78,7 @@ docker run -e CF_ACCOUNT_ID=Your_cloudflare_account_id \
78
-e CF_API_TOKEN=Your_cloudflare_api_token \
79
-e KV_IP_KEY=wan-ip \
80
-e KV_4G_KEY=wan-is-4g \
81
+ -e SLEEP_SECONDS=60 \
82
ghcr.io/jamesdadams/cloudflare-worker-error-page:latest
83
```
84
@@ -102,6 +103,7 @@ docker run -e CF_ACCOUNT_ID=Your_cloudflare_account_id \
102
103
- On Account Resources select your cloudflare account
104
- On Zone Resources select Include and All zones
105
- Click on **Continue to summary** and **Create token**
106
+- SLEEP_SECONDS is how often the container will check the server's IP address.
107
108
### 5. Add Auth on your maintenance page
109
0 commit comments