FIX: Changed all .yml to .yaml in orded to have the same way
This commit is contained in:
15
ddns-cloudflare/docker-compose.yaml
Normal file
15
ddns-cloudflare/docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
cloudflare-ddns:
|
||||
image: favonia/cloudflare-ddns:latest
|
||||
container_name: cloudflare-ddns
|
||||
env_file: .env
|
||||
network_mode: host
|
||||
restart: always
|
||||
user: "1000:1000"
|
||||
read_only: true
|
||||
cap_drop: [all]
|
||||
security_opt: [no-new-privileges:true]
|
||||
environment:
|
||||
- CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN}
|
||||
- DOMAINS=${DOMAINS}
|
||||
- PROXIED=true
|
||||
Reference in New Issue
Block a user