Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .templates/adguardhome/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- "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
Expand Down
2 changes: 1 addition & 1 deletion .templates/deconz/service_conbee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
restart: unless-stopped
ports:
- '8090:80'
- '443:443'
- '7443:443'
- '5901:5900'
volumes:
- ./volumes/deconz:/opt/deCONZ
Expand Down
2 changes: 1 addition & 1 deletion .templates/deconz/service_conbee_II.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
restart: unless-stopped
ports:
- '8090:80'
- '443:443'
- '7443:443'
- '5901:5900'
volumes:
- ./volumes/deconz:/opt/deCONZ
Expand Down
2 changes: 1 addition & 1 deletion .templates/deconz/service_raspbee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
restart: unless-stopped
ports:
- '8090:80'
- '443:443'
- '7443:443'
- '5901:5900'
volumes:
- ./volumes/deconz:/opt/deCONZ
Expand Down
2 changes: 1 addition & 1 deletion .templates/diyhue/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- "1900:1900/udp"
- "1982:1982/udp"
- "2100:2100/udp"
# - "443:443/tcp"
# - "2443:443/tcp"
env_file:
- ./services/diyhue/diyhue.env
volumes:
Expand Down