update templates and README repo url
This commit is contained in:
@@ -31,7 +31,7 @@ pulling the pre-built Docker container and running it with the necessary
|
|||||||
environment variables
|
environment variables
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d -e API_KEY=123 -e ZONE_ID=023e105f4ecef8ad9ca31a8372d0c353 -e DOMAIN_NAMES=example.com,*.example.com mxmlndml/cloudflare-dynamic-dns
|
docker run -d -e API_KEY=123 -e ZONE_ID=023e105f4ecef8ad9ca31a8372d0c353 -e DOMAIN_NAMES=example.com,*.example.com chaussebenjamin/cloudflare-dynamic-dns
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively you can copy the `docker-compose.yml` and `.env.template` from this repository into an
|
Alternatively you can copy the `docker-compose.yml` and `.env.template` from this repository into an
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
|
---
|
||||||
services:
|
services:
|
||||||
cloudflare-dynamic-dns:
|
cloudflare-dynamic-dns:
|
||||||
image: mxmlndml/cloudflare-dynamic-dns:latest
|
image: chaussebenjamin/cloudflare-dynamic-dns:latest
|
||||||
environment:
|
environment:
|
||||||
- "API_KEY=${API_KEY}"
|
- API_KEY=${API_KEY}
|
||||||
- "ZONE_ID=${ZONE_ID}"
|
- ZONE_ID=${ZONE_ID}
|
||||||
- "DOMAIN_NAMES=example.com,dyndns.example.com"
|
- DOMAIN_NAMES=example.com,dyndns.example.com
|
||||||
# - "RECORD_TYPES=A"
|
# - "RECORD_TYPES=A"
|
||||||
# - "INTERVAL=5"
|
# - "INTERVAL=5"
|
||||||
|
|||||||
Reference in New Issue
Block a user