docker sh

This commit is contained in:
MaxKey
2023-02-06 14:37:25 +08:00
parent 67eea12943
commit 33c5720d19
5 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
echo "stop MaxKey ... "
#maxkey-nginx proxy
docker stop maxkey-nginx
#maxkey-frontend
docker stop maxkey-frontend
#maxkey-mgt-frontend
docker stop maxkey-mgt-frontend
#maxkey
docker stop maxkey
#maxkey-mgt
docker stop maxkey-mgt
#MySQL
docker stop maxkey-mysql
echo "stoped done."