Git Product home page Git Product logo

Comments (1)

Yourenke avatar Yourenke commented on August 19, 2024

apollo:
container_name: apollo
image: idoop/docker-apollo:1.1.2
network_mode: "host"
volumes:

  • d:/logs:/opt
    environment:
    PORTAL_DB: jdbc:mysql://192.168.1.102:3306/ApolloPortalDB?characterEncoding=utf8
    PORTAL_DB_USER: root
    PORTAL_DB_PWD: root
    DEV_DB: jdbc:mysql://192.168.1.102:3306/ApolloConfigDBDev?characterEncoding=utf8
    DEV_DB_USER: root
    DEV_DB_PWD: root

服务已启动
The portal service is runing.
The dev admin service is runing.
The dev config service is runing.

  • sleep 300
  • '[' 1 -eq 1 ']'
  • /usr/local/bin/healthcheck
    The portal service is runing.
    The dev admin service is runing.
    The dev config service is runing.
  • sleep 300

端口也有占用
bash-4.4# netstat -tunlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:54985 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN -
tcp 0 0 :::8090 :::* LISTEN 294/java
tcp 0 0 :::44763 :::* LISTEN -
tcp 0 0 :::8070 :::* LISTEN 513/java
tcp 0 0 :::111 :::* LISTEN -
tcp 0 0 :::8080 :::* LISTEN 40/java

但是http://127.0.0.1:8070/ 访问不能

http://10.0.75.2:8070 可以访问。。。。。

from docker-apollo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.