Update Pihole appfile

This commit is contained in:
John Guan 2021-12-28 14:04:33 +08:00
parent aed79138df
commit ebb719fa35
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
"image": "pihole/pihole:latest", "image": "pihole/pihole:latest",
"shell": "bash", "shell": "bash",
"privileged": false, "privileged": false,
"network_model": "host", "network_model": "bridge",
"web_ui": { "web_ui": {
"http": "80", "http": "80",
"path": "/" "path": "/"
@ -152,5 +152,5 @@
"latest_updates": "", "latest_updates": "",
"url": "" "url": ""
}, },
"latest_update_date": "1640575692" "latest_update_date": "1640671384"
} }