Fixed pihole ports

This commit is contained in:
nashosted 2020-06-08 15:44:09 -04:00
parent 4baf18f7e4
commit 60354cfbc7
1 changed files with 3 additions and 3 deletions

View File

@ -192,10 +192,10 @@
"restart_policy": "unless-stopped",
"ports": [
"53:53/tcp",
"81:53/udp",
"53:53/udp",
"67:67/udp",
"80:80/tcp",
"443:443/tcp"
"1010:80/tcp",
"4443:443/tcp"
],
"volumes": [
{