JHipster application in docker container cannot be accessed on host network, cannot communicate with other containers on non-host network
问题 I am trying to deploy my JHipster microservices and registry in docker containers on my OS X development machine. I deploy the registry using more or less the default docker-compose configuration JHipster provides out of the box: version: '2' services: jhipster-registry: image: jhipster/jhipster-registry:v3.1.0 volumes: - ./central-server-config:/central-config # When run with the "dev" Spring profile, the JHipster Registry will # read the config from the local filesystem (central-server