diff --git a/.templates/adguardhome/service.yml b/.templates/adguardhome/service.yml index d1fc0d98..a1762f45 100644 --- a/.templates/adguardhome/service.yml +++ b/.templates/adguardhome/service.yml @@ -10,7 +10,7 @@ adguardhome: - "53:53/udp" # regular DNS - "3001:3000/tcp" # only active until port 8089 becomes active - "8089:8089/tcp" # regular administrative interface - # - "443:443/tcp" # HTTPS/DNS-over-HTTPS + # - "4443:443/tcp" # HTTPS/DNS-over-HTTPS # - "784:784/udp" # DNS-over-QUIC # - "853:853/tcp" # DNS-over-TLS # - "5443:5443/tcp" # DNSCrypt diff --git a/.templates/deconz/service.yml b/.templates/deconz/service.yml index 426fd37f..84e69ecb 100644 --- a/.templates/deconz/service.yml +++ b/.templates/deconz/service.yml @@ -4,7 +4,7 @@ deconz: restart: unless-stopped ports: - "8090:80" - - "443:443" + - "7443:443" - "5901:5900" volumes: - ./volumes/deconz:/opt/deCONZ diff --git a/.templates/diyhue/service.yml b/.templates/diyhue/service.yml index fc643937..44234f6c 100644 --- a/.templates/diyhue/service.yml +++ b/.templates/diyhue/service.yml @@ -6,6 +6,7 @@ diyhue: - "1900:1900/udp" - "1982:1982/udp" - "2100:2100/udp" + # - "2443:443/tcp" environment: - IP=%LAN_IP_Address% - MAC=%LAN_MAC_Address%