1 Star 0 Fork 35

Operations / docker-compose

forked from kancy / docker-compose 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose-dns.yml 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangchengkang 提交于 2019-12-05 16:47 . update
version: '3'
services:
# ref : http://oss.segetech.com/intra/srv/dnsmasq.conf
# ref : https://blog.csdn.net/qianabc2008/article/details/84560971
dns:
image: jpillora/dnsmasq
container_name: dns
restart: always
volumes:
- /etc/localtime:/etc/localtime:ro
- /data/docker_file/dns/config/dnsmasq.d:/etc/dnsmasq.d
- /data/docker_file/dns/config/dnsmasq.conf:/etc/dnsmasq.conf
ports:
- "53:53/udp"
- "8080:8080"
environment:
HTTP_USER: admin
HTTP_PASS: admin
1
https://gitee.com/anuxiy/docker-compose.git
git@gitee.com:anuxiy/docker-compose.git
anuxiy
docker-compose
docker-compose
master

搜索帮助