mtalcott / google-photos-deduper

Locally run web app and Chrome extension to remove duplicates from Google Photos
MIT License
208 stars 18 forks source link

Map flask container port to 5001 on host because 5000 is used by MacOS #48

Closed tomch3ng closed 5 months ago

tomch3ng commented 5 months ago

Server-1 container won't start up on Mac if we use port 5000 because that port is in use by another MacOS service. I don't see any harm to using 5001 instead. This may address issue #42