Compare commits

..

2 Commits

Author SHA1 Message Date
f6f71a241b Merge branch 'main' of https://git.zziyu.cn/Zengtudor/rxr_docker_compose 2024-11-09 21:19:43 +08:00
b0a57de243 update 2024-11-09 21:19:39 +08:00
2 changed files with 14 additions and 0 deletions

1
rxr_dns/.env Normal file
View File

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

View 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