GitHub user wonderfulCoder1 added a comment to the discussion:
为什么我的控制台没有删除停止事务的这些选项呢
使用docker部署
```yml
seata-server:
image: seataio/seata-server:2.0.0-slim
hostname: seata-server
ports:
- 8091:8091
- 7091:7091
environment:
- SEATA_PORT=8091
- SEATA_IP=172.20.48.1
# - SEATA_CONFIG_NAME=file:/root/seata-config/registry
expose:
- 8091
- 7091
volumes:
-
./seata/resources/application.yml:/seata-server/resources/application.yml
# - ./seata/registry/registry.conf:/root/seata-config/registry.conf
```
GitHub link:
https://github.com/apache/incubator-seata/discussions/7630#discussioncomment-14359516
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]