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
As Docker Compose may run in background you can make logging
48
-
output visible via `docker logs --follow geopython-workshop-jupyter` .
48
+
output visible via `docker logs --follow geopython-workshop-jupyter`.
49
+
50
+
### Notes
51
+
52
+
- There is an issue with MacOS Monterey where the port 5000 is already used and therefore conflicting to that one used by pygeoapi. If you are facing with this error `OSError: [Errno 48] Address already in use` then your machine is affected. To overcome the issue you can disable the *Airplay Receiver* from `System Preference->Sharing` of your MacOS (detailed description in this blog [post](https://progressstory.com/tech/port-5000-already-in-use-macos-monterey-issue/)).
0 commit comments