Fixed pihole ports
This commit is contained in:
parent
4baf18f7e4
commit
60354cfbc7
1 changed files with 3 additions and 3 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue