add cloudflare ddns
This commit is contained in:
		| @@ -1,3 +0,0 @@ | ||||
| API_KEY="" | ||||
| ZONE=lebens-home.net | ||||
| PROXIED=false | ||||
| @@ -1,9 +1,14 @@ | ||||
| --- | ||||
| services: | ||||
|     cloudflare_ddns: | ||||
|     cloudflare-ddns: | ||||
|         image: favonia/cloudflare-ddns:1.15.1 | ||||
|         container_name: cloudflare-ddns | ||||
|         dns: | ||||
|             - 1.1.1.1 | ||||
|         env_file: | ||||
|             - .env | ||||
|         image: docker.io/oznu/cloudflare-ddns:latest | ||||
|         cap_drop: | ||||
|             - all | ||||
|         read_only: true | ||||
|         security_opt: | ||||
|             - no-new-privileges:true | ||||
|         environment: | ||||
|             - DOMAINS=lebens-home.net | ||||
|             - PROXIED=true | ||||
|         restart: always | ||||
|   | ||||
		Reference in New Issue
	
	Block a user