spring-boot-cloud icon indicating copy to clipboard operation
spring-boot-cloud copied to clipboard

Docker 启动问题

Open JackYuanHt opened this issue 8 years ago • 2 comments

你好,我使用docker快速启动 遇到问题,只有部分应用CONFIG,Monitor能启动 在 http://localhost:8761/这个管理界面只能查看到这两个应用的信息,但是本地启动就是可以的,请问为什么呢,docker-compose问题吗?

JackYuanHt avatar Aug 26 '17 14:08 JackYuanHt

我也遇到和你一样的问题了。

standup-jb avatar Mar 03 '18 15:03 standup-jb

spring: application: name: auth-service cloud: config: uri: http://config:8888 fail-fast: true username: user password: ${CONFIG_SERVER_PASSWORD:password} retry: initial-interval: 2000 max-interval: 10000 multiplier: 2 max-attempts: 20 多试几次

r7raul1984 avatar May 17 '18 06:05 r7raul1984