Skip to content

Commit

Permalink
Update docker-compose.yml (#218)
Browse files Browse the repository at this point in the history
Node red does not work well when it is on bridge mode with other tools
such as HomeBridge and HomeAssistant. Running it on host mode solves
problem. The other alternative is to have both on same network but this
one is better since homebridge asks host mode specifically which is one
of the main integration which people use with Node-Red. Update Node-Red
compose file network_mode
  • Loading branch information
raller1028 authored Jul 18, 2023
1 parent 1ca70aa commit ee85a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Node-RED/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
resources:
reservations:
memory: 64M
network_mode: bridge
network_mode: host
ports:
- target: 1880
published: "1880"
Expand Down

0 comments on commit ee85a6f

Please sign in to comment.