We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我使用docker快速启动 遇到问题,只有部分应用CONFIG,Monitor能启动 在 http://localhost:8761/这个管理界面只能查看到这两个应用的信息,但是本地启动就是可以的,请问为什么呢,docker-compose问题吗?
The text was updated successfully, but these errors were encountered:
我也遇到和你一样的问题了。
Sorry, something went wrong.
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 多试几次
No branches or pull requests
你好,我使用docker快速启动 遇到问题,只有部分应用CONFIG,Monitor能启动 在 http://localhost:8761/这个管理界面只能查看到这两个应用的信息,但是本地启动就是可以的,请问为什么呢,docker-compose问题吗?
The text was updated successfully, but these errors were encountered: