ethan
Results
2
comments of
ethan
Rust 盛宴,感谢
I have the save issue in using docker-compose. the docker-compose.yml file is below ``` version: "3.1" services: seata-server: image: seataio/seata-server:1.3.0 hostname: gtmall-seata-server ports: - 8091:8091 environment: - SEATA_PORT=8091 - SEATA_CONFIG_NAME=file:/usr/local/data/seata/conf/resources/registry...