diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..e8fe19e --- /dev/null +++ b/docker-compose.yml @@ -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 \ No newline at end of file