You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error response from daemon: Ports are not available: listen tcp 0.0.0.0:7000: bind: address already in use
Turns out port 7000 is used by MacOS for AirPlay. The same port we have the currency service binding to.
I think it makes sense we only use ports in the dynamic range (49151 - 65535) for each service in the demo. Things like the Otel collector, Grafana, Prometheus, etc should stay where they are, but the webstore services should be binding to ports that are less likely to be used for other reasons.
The text was updated successfully, but these errors were encountered:
I just got this after running
docker compose up
Turns out port 7000 is used by MacOS for AirPlay. The same port we have the currency service binding to.
I think it makes sense we only use ports in the dynamic range (49151 - 65535) for each service in the demo. Things like the Otel collector, Grafana, Prometheus, etc should stay where they are, but the webstore services should be binding to ports that are less likely to be used for other reasons.
The text was updated successfully, but these errors were encountered: