dotfiles/docker/ddns/docker-compose.yaml
Marko Korhonen 037967efd7 Convert compose files to yaml
toml conversion stopped working, don't want to fix it
2024-11-04 10:27:34 +02:00

13 lines
331 B
YAML

services:
cloudflare-ddns:
image: timothyjmiller/cloudflare-ddns
container_name: cloudflare-ddns
security_opt:
- no-new-privileges:true
network_mode: host
environment:
- PUID=1000
- PGID=1000
volumes:
- /mnt/Storage/docker/ddns/config.json:/config.json
restart: unless-stopped