fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
286 stars 42 forks source link

docs: Fix Docker port mapping #647

Closed asymmetric closed 3 years ago

asymmetric commented 3 years ago

What's the problem you solved?

The oasis wouldn't be reachable at localhost:3000.

What solution are you recommending?

Use 127.0.0.1 for the host side of the mapping (localhost), rather than the incorrect 127.0.0.0.

christianbundy commented 3 years ago

Nice! Thanks for this fix.