forked from SensorsIot/IOTstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull Request 1 of 2 (this is for master branch)
The [compose specification](https://github.com/compose-spec/compose-spec/blob/master/spec.md#ports) says: > Port mapping MUST NOT be used with network_mode: host and doing so MUST result in a runtime error. This rule is being enforced by current versions of docker-compose, and is, in turn causing compose-time errors to appear (eg [Discord post](https://discord.com/channels/638610460567928832/638610461109256194/825336297828777995)). This Pull Request resolves the conflict by commenting-out: * port definitions for dozzle, homebridge, openhab and webthings_gateway; and * the `network_mode: host` directive for home_assistant. Research suggests that Home Assistant only needs host mode to sniff for "Amazon Dash" buttons. According to the [Wikipedia article](https://en.wikipedia.org/wiki/Amazon_Dash) on the topic, the product series was discontinued in 2019. Note. Most services that define host mode either omit ports entirely or already comment them out. This Pull Request is harmonising the remainder. Signed-off-by: Phill Kelley <[email protected]>
- Loading branch information
1 parent
6b7f143
commit 0831cc7
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters