ShaneIsrael / fireshare

Self host your media and share with unique links
GNU General Public License v3.0
642 stars 39 forks source link

Fix Localhost Port Mapping Issue #226

Closed ShaneIsrael closed 7 months ago

ShaneIsrael commented 7 months ago

Fireshare now correctly works on any port you map it to when running via the docker-compose.yml file. I've also updated the env files such that when running fireshare outside of docker, i.e developing on it through localhost the frontend will attempt to reach the server process on port 5000 correctly.

TL;DR You can change the port in the docker-compose.yml file from 8080:80 to 1234:80 or :80 and it should correctly work now when you access it over localhost.