docker compose
1、docker swarm leave >退出swarm集群
2、创建cloud:docker network create --attachable --subnet 172.19.19.0/24 cloud >创建docker网络
3、docker compose -f wenjian.yml up -d >docker compose 执行yaml文件
1、docker swarm leave >退出swarm集群
2、创建cloud:docker network create --attachable --subnet 172.19.19.0/24 cloud >创建docker网络
3、docker compose -f wenjian.yml up -d >docker compose 执行yaml文件