gang0713 commented on issue #8953: URL: https://github.com/apache/dubbo/issues/8953#issuecomment-979647290
> 我也遇到过这个问题,后来发现是nacos版本不统一,同步版本号后问题解决了。 版本一致也是这样。 下面开的端口应该没有问题吧。 docker run --name nacos8849 -d -p 8849:8848 -p 9848:9848 -p 9849:9849 --privileged=true --restart=always -e JVM_XMS=256m -e JVM_XMX=256m -e JVM_XMN=512m -e MODE=standalone -v /opt/conf/nacos8849/logs:/home/nacos/logs -v /opt/conf/nacos2.0.0/custom.properties:/home/nacos/init.d/custom.properties nacos/nacos-server:2.0.3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
