This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
chmod 777 nacos.sh;
chmod 777 wkcrm.sh;
chmod 777 mysql.sh;
chmod -R 777 ./;
docker network create --driver=bridge wkcrm_network
docker-compose up -d
echo " ------------ 系统正在启动,启动过程大约需要10分钟,请10分钟后访问系统。 ------------ ";