Stylesmile
Stylesmile
Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? 2.3.0 ### Expected behavior ### Actual behavior ### Steps to reproduce the behavior...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: curl sh.rainbond.com/install_docker | bash export EIP=192.168.85.130 docker run --privileged -d...
**Describe the bug** centos8安装失败,一直卡在初始化数据,半个小时还没好 rainond版本: 5.7.1 docker 版本:19.03.5 linux内核版本:Linux localhost.localdomain 4.18.0-408.el8.x86_64 #1 SMP Mon Jul 18 17:42:52 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** 安装副本集单节点,非本地用了ssh隧道,用qmgo连接报错 **复现步骤** 安装docker sudo docker run -d -p 27017:27017 --name mongo70 mongo:7 mongod --dbpath /data/db --replSet appSet 管理员身份进入容器 sudo docker exec -it mongo70 mongosh admin 初始化副本集 rs.initiate()...