10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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/docker-compose.yaml中 nacos拉的始终是最新的,但是实测发现在v3.0.0版本及以上, 这个yaml会失效, 因为在这个版本之后核心服务端口和控制台服务端口强制分离了, 用下面这个配置会导致8848端口重复绑定而启动失败, 但是表现在容器状态是正常, 服务注册和发现功能(实例上下线动态通知无法收到)都可不用 nacos: image: nacos/nacos-server:latest
nacos: image: nacos/nacos-server:latest
建议使用v3.0.0以下版本,比如v2.5.1, image: nacos/nacos-server:v2.5.1
The text was updated successfully, but these errors were encountered:
感谢反馈,我明确一下版本
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
docker/docker-compose.yaml中 nacos拉的始终是最新的,但是实测发现在v3.0.0版本及以上, 这个yaml会失效, 因为在这个版本之后核心服务端口和控制台服务端口强制分离了, 用下面这个配置会导致8848端口重复绑定而启动失败, 但是表现在容器状态是正常, 服务注册和发现功能(实例上下线动态通知无法收到)都可不用
nacos: image: nacos/nacos-server:latest
建议使用v3.0.0以下版本,比如v2.5.1, image: nacos/nacos-server:v2.5.1
The text was updated successfully, but these errors were encountered: