Created docker-compose.yml

This commit is contained in:
GoodiesHQ 2025-11-06 11:05:09 -08:00
parent e06b87098f
commit 5cd19c9579

14
docker-compose.yml Normal file
View file

@ -0,0 +1,14 @@
services:
cfdns:
image: goodieshq/cfdns:latest
restart: unless-stopped
container_name: cfdns
pull_policy: always
networks:
- frontend
volumes:
# This directory must contain cfdns.yaml configuration file
- /path/to/cfdns/config:/app/config:ro
networks:
frontend:
external: true