Skip to content

Commit 00c7746

Browse files
authored
Merge pull request #814 from Paraphraser/20251112-port443-master
2025-11-12 port443 - master branch - PR 1 of 2
2 parents 3be4dd5 + 404d039 commit 00c7746

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.templates/adguardhome/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.templates/deconz/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ deconz:
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

.templates/diyhue/service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ diyhue:
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%

0 commit comments

Comments
 (0)