Compare commits

..

No commits in common. "f6f71a241b1bae390c1d22f9998bcf61565ce5ce" and "cd32a717c0234d9cbaf4441c59b0780903dc7271" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View File

@ -1 +0,0 @@
PATH=/root/dns

View File

@ -1,13 +0,0 @@
version: '3.8'
services:
bind:
image: sameersbn/bind:9.16.1-20200524
container_name: dns
restart: always
ports:
- "53:53/tcp"
- "53:53/udp"
- "10000:10000/tcp"
volumes:
- ${PATH}/dns:/data