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",
|
"restart_policy": "unless-stopped",
|
||||||
"ports": [
|
"ports": [
|
||||||
"53:53/tcp",
|
"53:53/tcp",
|
||||||
"81:53/udp",
|
"53:53/udp",
|
||||||
"67:67/udp",
|
"67:67/udp",
|
||||||
"80:80/tcp",
|
"1010:80/tcp",
|
||||||
"443:443/tcp"
|
"4443:443/tcp"
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue