storj / up

Docker-compose files for running full Storj network locally
GNU Affero General Public License v3.0
23 stars 8 forks source link

Configure linksharing to run on port 8080 #51

Closed kaloyan-raev closed 2 years ago

kaloyan-raev commented 2 years ago

Port 8080 was the default for linksharing, but it was changed to 20020 with https://github.com/storj/gateway-mt/commit/7a9fd39dd5252e18c646922deee3817535f2378f

As a result, linksharing is broken in storj-up. This change explicitly configures linksharing to run on port 8080.