Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information