文件名称:docker-pi-hole:Docker容器中的Pi-hole
文件大小:64KB
文件格式:ZIP
更新时间:2024-02-23 21:51:05
dns docker-container web-app pi-hole ad-blocker
Docker Pi-hole 快速开始 将docker-compose.yml.example复制到docker-compose.yml并根据需要进行更新。 请参见以下示例: 示例: version : " 3 " # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ services : pihole : container_name : pihole image : pihole/pihole:latest ports : - " 53:53/tcp " - " 53:53/udp " - " 67:67/udp " - " 80:80/tcp " - " 443:443/tcp " environment : TZ : ' America/Chicago ' # WEBPASSWORD: 'set a secure password her
【文件预览】:
docker-pi-hole-master
----.dockerignore(42B)
----.github()
--------ISSUE_TEMPLATE.md(2KB)
--------PULL_REQUEST_TEMPLATE.md(1KB)
--------workflows()
----Dockerfile.sh(547B)
----bash_functions.sh(12KB)
----start.sh(6KB)
----TESTING.md(890B)
----.gitmodules(0B)
----VERSION(7B)
----docker-pi-hole.cron(2KB)
----doco-example.yml(18B)
----install.sh(4KB)
----Dockerfile(1KB)
----gh-actions-vars.sh(2KB)
----gh-actions-deploy.sh(2KB)
----requirements.txt(930B)
----pihole.service(274B)
----Pipfile.lock(29KB)
----CONTRIBUTING.md(542B)
----tox.ini(720B)
----gh-actions-test.sh(1KB)
----test()
--------test_start.py(4KB)
--------test_volume_data.sh(3KB)
--------test_pihole_scripts.py(2KB)
--------test_bash_functions.py(9KB)
--------__init__.py(0B)
--------test_volumes.py(199B)
--------conftest.py(7KB)
----docker-compose-jwilder-proxy.yml(2KB)
----setup.py(107B)
----README.md(25KB)
----Pipfile(1KB)
----docker-compose.yml.example(943B)
----docker_run.sh(1KB)
----Dockerfile.py(3KB)
----s6()
--------service(635B)
--------debian-root()
--------timeout(385B)
----.gitignore(181B)
----autotest(24B)
----build.yml(1KB)
----CHANGELOG.md(411B)
----Dockerfile_build(868B)