Created docker-compose.yml
This commit is contained in:
parent
e06b87098f
commit
5cd19c9579
1 changed files with 14 additions and 0 deletions
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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
|
||||
Loading…
Reference in a new issue