neuroanatomy / BrainBox

BrainBox is a web application that lets you annotate and segment 3D brain imaging data in real time, collaboratively.
https://brainbox.pasteur.fr
Other
96 stars 46 forks source link

web container only listens on ipv6 addr (when running using docker-compose) #198

Open willfurnass opened 6 years ago

willfurnass commented 6 years ago

(Following on from the description of Issue #197) I could be wrong but the web server container that starts when instantiating a local BrainBox instance appears to be only listening on an IPv6 address:

sudo docker-compose up
...
web_1  | [atlasMakerServer.js:2567]  Listening on 8080 { address: '::', family: 'IPv6', port: 8080 }
web_1  | [app.js:316]  'anyone' user correctly configured.

This isn't intuitive; it would make more sense to listen on an IPv4 address by default. I suspect the issue lies with one of the Node.js dependencies.