Skip to content

Commit e86655c

Browse files
committed
edit readme
1 parent 90e78ca commit e86655c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,17 @@ With an option for enable maintenance mod, add a banner to a specific or all dom
6868

6969
#### Option 1: Use the pre-built Docker image (Recommended)
7070

71+
⚠️ If you have fork my repository you can edit the ``` ghcr.io/jamesdadams/cloudflare-worker-error-page:latest ```
72+
with your github name -> ``` ghcr.io/YourGithubName/cloudflare-worker-error-page:latest ```
73+
7174
- Use the pre-built image from GitHub Container Registry:
7275
```bash
7376
docker run -e CF_ACCOUNT_ID=Your_cloudflare_account_id \
7477
-e CF_NAMESPACE_ID=Your_cloudflare_namespace_id \
7578
-e CF_API_TOKEN=Your_cloudflare_api_token \
7679
-e KV_IP_KEY=wan-ip \
7780
-e KV_4G_KEY=wan-is-4g \
78-
ghcr.io/yourusername/cloudflare-worker-error-page/wan-ip-checker:latest
81+
ghcr.io/jamesdadams/cloudflare-worker-error-page:latest
7982
```
8083

8184
#### Option 2: Build the image yourself

0 commit comments

Comments
 (0)