tdns/docker-compose.yaml

13 lines
185 B
YAML
Raw Permalink Normal View History

2022-07-24 20:09:33 +00:00
version: '2'
services:
tdns:
build: Dockerfile
image: tdns
ports:
- 9427:9427
- 53:53
volumes:
- tdns-data:/data
volumes:
tdns-data: