Commit 09934bd
committed
2024-02-14 Heimdall port conflict - old-menu branch - PR 2 of 2
Issue SensorsIot#751 reports external port 8880 is used for both Heimdall and
Zigbee2MQTT_Assistant. This PR changes the port to 8882:
```
$ git -C ~/IOTstack/.templates grep 8880
heimdall/service.yml: - 8880:80
zigbee2mqtt_assistant/service.yml: - "8880:80"
zigbee2mqtt_assistant/service.yml: - VIRTUAL_PORT=8880
$ git -C ~/IOTstack/.templates grep 8882
$
```
Using port 8882 for HTTP also conveniently aligns with the second
Heimdall mapping of `8883:443`.
Old-menu documentation reduced to a stub pointing to the Wiki.
Signed-off-by: Phill Kelley <34226495+Paraphraser@users.noreply.github.com>1 parent 23bb418 commit 09934bd
2 files changed
+2
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 3 | + | |
0 commit comments