1.mysql
mysql:
ufw status
docker exec -it mysql /bin/bash
mysql -u root -p
123456
CREATE USER 'root'@'%' IDENTIFIED BY '123456';
alter user 'root'@'%' identified with mysql_native_password by '123456';
2.nacos
http://192.168.225.128:91/nacos/#/login
nacos
nacos