Auto-Scan icon indicating copy to clipboard operation
Auto-Scan copied to clipboard

Fail to run on Mac due to common used port 5000

Open nekopoolgithub opened this issue 4 years ago • 1 comments

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.

nekopoolgithub avatar Dec 14 '21 15:12 nekopoolgithub

You can also disable AirPlay receiver at settings

jpalanco avatar Dec 19 '22 03:12 jpalanco