macOS-docker-port-note.rst 580 B

1234
  1. .. note:: For newer versions of macOS, port 5000 is in use by default by Control Center. You can turn this off by going to System Preferences > Sharing and untick the "Airplay Receiver" box.
  2. If you don't want to do this for some reason, you can change the host port in the ``docker run`` command to some other port.
  3. For example, to set it to port 5001, change ``-p 5000:5000`` in the command to ``-p 5001:5000``.
  4. If you do this, remember that you will have to go to http://localhost:5001 in your browser when you want to inspect the FlexMeasures UI.