WEBTHEMEdefault-light<"default-dark"|"default-darker"|"default-light"|"default-auto"|"high-contrast"|"high-contrast-dark"|"lcars">User interface theme to use. WEBPASSWORD_FILEunset<Docker secret path>Set an Admin password usingDocker secrets. IfWEBPASSWORDis set,WEBPASSWORD_FILEis ignored. If...
安装 Pi-hole 最简单的方法就是用容器了,一行命令搞定:sudo docker run -d \ --name=pihole \ -e TZ=Asia/Chongqing \ -e WEBPASSWORD=password \ -e SERVERIP=${IP} \ -v $(pwd)/etc-pihole:/etc/pihole \ -v $(pwd)/etc-dnsmasq:/etc/dnsmasq.d \ -p 443:443/tcp \ -...
docker compose -H "ssh://your-remote-host" up --build -d --remove-orphansUse Web UIIf you didn't change anything and start this on your local machine you can access the Pi-hole web ui withhttp://localhost:8080/admin/ The default password is changeMeNow....
默认情况, docker-compose up 将会整合所有容器的输出,并且退出时,所有容器将会停止。 如果使用 docker-compose up -d ,将会在后台启动并运行所有的容器。 默认情况,如果该服务的容器已经存在, docker-compose up 将会停止并尝试重新创建他们(保持使用 volumes-from 挂载的卷),以保证 docker-compose.yml 的修改生效。
某一天,我在使用 docker 的时候遇到个奇怪的问题,在容器里面发起 https 请求报了个错。 经过测试发现...
某一天,我在使用 docker 的时候遇到个奇怪的问题,在容器里面发起 https 请求报了个错。 经过测试发现...
You can use the following Docker Compose code to deploy Pi-Hole using Docker Compose. pihole: image: pihole/pihole:latest container_name: pihole ports: - "53:53/tcp" - "53:53/udp" - "80:80/tcp dns: - 127.0.0.1 - 1.1.1.1 environment: TZ: 'America/Chicago' WEBPASSWORD: 'passwor...
#等 容器状态从 (health: starting)变为 (healthy) ,使用管理主机浏览器访问“http://10.1.1.251:65080/” # 但此时没有管理密码,可以通过进入容器内修改 [root@Rocky8 opt]# docker exec -it pihole-dns pihole -a -p Enter New Password (Blank for no password): 【输入密码】 Confirm Password: 【...
Installing Pi-Hole on Ubuntu is a really simple process, largely thanks to the amount of effort the team has made to create a very easy-to-run install script. If you prefer not to install Pi-Hole directly to your system, check outour easy to follow Docker guide. ...
Log queries by default. Log queries option Select your privacy mode. Set your privacy mode Finishing out the script. Finishing the configuration script You will see your admin URL listed along with the generated admin login password. Initial admin password Configure your network to use Pi-Hole To...