NACOS不更改数据库重新拉取镜像

1
2
3
4
5
6
shell> docker container stop nacos
shell> docker container rm nacos
shell> docker image rm NACOS_IMAGE
shell> cd /data/nacos-docker/
shell> docker-compose -f example/standalone-mysql-8.yaml up -d
shell> docker exec -it nacos /bin/bash