This repository has been archived on 2025-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homelab/docker-compose/ddns-cloudflare.yaml
2023-09-21 15:51:19 +02:00

12 lines
303 B
YAML

version: '2'
services:
cloudflare-ddns:
container_name: ddns-cloudflare
image: oznu/cloudflare-ddns:latest
restart: always
environment:
- API_KEY=26bgX1izUPGNhPyGJ_6RV9fR_Dk9iwhuUgEoWk5Z
- ZONE=xopek.co.uk
- PROXIED=true
- PUID=1000
- PGID=1000