jieguolove commented on issue #3073:
URL: https://github.com/apache/hugegraph/issues/3073#issuecomment-4828543487
(base) [root@lnpg hugegraph]# docker ps|grep 80
5e116f42c50b hugegraph/hubble:1.5.0
"./bin/start-hubble.…" 13 minutes ago Up 13 minutes
0.0.0.0:8088->8088/tcp, :::8088->8088/tcp
hubble
2e8ef647c4ef hugegraph/hugegraph:1.7.0
"/usr/bin/dumb-init …" 13 minutes ago Up 13 minutes
0.0.0.0:8080->8080/tcp, :::8080->8080/tcp
(base) [root@lnpg hugegraph]# netstat -tunlp|grep 8080
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
1695524/docker-prox
tcp6 0 0 :::8080 :::* LISTEN
1695531/docker-prox
(base) [root@lnpg hugegraph]# netstat -tunlp|grep 8088
tcp 0 0 0.0.0.0:8088 0.0.0.0:* LISTEN
1695674/docker-prox
tcp6 0 0 :::8088 :::* LISTEN
1695685/docker-prox
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]