File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ adguardhome:
1010 - " 53:53/udp" # regular DNS
1111 - " 3001:3000/tcp" # only active until port 8089 becomes active
1212 - " 8089:8089/tcp" # regular administrative interface
13- # - "443 :443/tcp" # HTTPS/DNS-over-HTTPS
13+ # - "4443 :443/tcp" # HTTPS/DNS-over-HTTPS
1414 # - "784:784/udp" # DNS-over-QUIC
1515 # - "853:853/tcp" # DNS-over-TLS
1616 # - "5443:5443/tcp" # DNSCrypt
Original file line number Diff line number Diff line change 44 restart : unless-stopped
55 ports :
66 - " 8090:80"
7- - " 443 :443"
7+ - " 7443 :443"
88 - " 5901:5900"
99 volumes :
1010 - ./volumes/deconz:/opt/deCONZ
Original file line number Diff line number Diff line change 66 - " 1900:1900/udp"
77 - " 1982:1982/udp"
88 - " 2100:2100/udp"
9+ # - "2443:443/tcp"
910 environment :
1011 - IP=%LAN_IP_Address%
1112 - MAC=%LAN_MAC_Address%
You can’t perform that action at this time.
0 commit comments