AllKai commented on issue #7647: URL: https://github.com/apache/incubator-seata/issues/7647#issuecomment-3334747556
> > > So when you changed the port, were you using version 2.5 or 2.3? Or is there another process on the same machine that has already bound to port 8091? > > > > > > 没有,我是容器启动,把2.3容器删除后才启动的 > > https://github.com/apache/incubator-seata/blob/2.5.0/server/src/main/resources/application.yml Based on your description, this shouldn't be possible — Seata Server 2.5 only exposes a single Netty port, so a port conflict is unlikely. Please provide the relevant logs and configuration files. docker run --name seata -p 8091:8091 -e STORE_MODE=db -e SEATA_IP=8.140.205.53 -e SEATA_PORT=8091 -v /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime -v /usr/share/zoneinfo/Asia/Shanghai:/etc/timezone -v /usr/local/meicheng/seata/seata2.5.0/seata-data:/seata-server/ -d apache/seata-server:2.5.0.jdk21 -- 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]
