Auto-Scan
Auto-Scan copied to clipboard
Fail to run on Mac due to common used port 5000
Dear Marius,
On Mac, port 5000 is commonly used by AirPlay hence not available. Woud help if you could update ./docker-compose.yml the following line:
api : container_name: backend hostname: backend build: ./backend ports : - 5000:5000
Replace by the following for example:
api : container_name: backend hostname: backend build: ./backend ports : - 5001:5000
Thanks a lot,
T.
You can also disable AirPlay receiver at settings