为什么我的控制台没有删除停止事务的这些选项呢 #7630
-
![]() |
Beta Was this translation helpful? Give feedback.
Answered by
slievrly
Sep 18, 2025
Replies: 3 comments
-
使用docker部署,镜像是seataio/seata-server:2.0.0-slim 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 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to upgrade the version. Version 2.0.0 does not have this capability. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
funky-eyes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to upgrade the version. Version 2.0.0 does not have this capability.