Compare commits
2 Commits
cd32a717c0
...
f6f71a241b
| Author | SHA1 | Date | |
|---|---|---|---|
| f6f71a241b | |||
| b0a57de243 |
1
rxr_dns/.env
Normal file
1
rxr_dns/.env
Normal file
@ -0,0 +1 @@
|
||||
PATH=/root/dns
|
||||
13
rxr_dns/docker-compose.yml
Normal file
13
rxr_dns/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user