Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dockerized ipfs nodes unreachable #520

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Fix dockerized ipfs nodes unreachable #520

merged 1 commit into from
Sep 7, 2021

Commits on Sep 7, 2021

  1. Fix dockerized ipfs nodes unreachable

    The previous `server` profile disables localhost discovery. According to [docs](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#profiles) this is for when running a server but breaks things when dockerized. Change should make the ipfs node reachable over the docker network and also from outside.
    
    See #495
    kuzdogan committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    bf7bbab View commit details
    Browse the repository at this point in the history