AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

Port forwarding #131

Closed BenjaminGormanPMP closed 1 year ago

BenjaminGormanPMP commented 1 year ago

Issue from @nsjames: I can't seem to get access to the node from outside of docker on windows Ports are exposed, but nothing on 8888 Is it possible it needs to be 0.0.0.0 instead of 127.0.0.1 in the config? port_forwarding

CONTAINER ID   IMAGE         COMMAND               CREATED       STATUS             PORTS                                                                                                                    NAMES
fd3fbc20d710   dune:latest   "tail -f /dev/null"   5 weeks ago   Up About an hour   0.0.0.0:3000->3000/tcp, 0.0.0.0:8000->8000/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8888->8888/tcp, 0.0.0.0:9876->9876/tcp   dune_container