first-commit
This commit is contained in:
23
中间件部署/基础服务组件-docker-compose/clean-db+logs.txt
Normal file
23
中间件部署/基础服务组件-docker-compose/clean-db+logs.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
|
||||
rm -r ./mariadb-10.5.5/persistant-data/*
|
||||
rm -r ./mogodb-4.0/persit-data/*
|
||||
rm -r ./nacos-1.4.0/logs/*
|
||||
rm -r ./nacos-1.4.0/mysql-data/*
|
||||
rm -r ./redis-5.0.9/persit-data/*
|
||||
|
||||
|
||||
{
|
||||
"debug": true,
|
||||
"experimental": false,
|
||||
"insecure-registries": [
|
||||
"aiboxhb.cdcyy.cn:8033"
|
||||
],
|
||||
"registry-mirrors": [
|
||||
"https://docker.mirrors.ustc.edu.cn",
|
||||
"https://reg-mirror.qiniu.com",
|
||||
"https://dockerhub.azk8s.cn",
|
||||
"https://hub-mirror.c.163.com",
|
||||
"https://registry.docker-cn.com"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user