Update to v8.3.0

This commit is contained in:
aapanel.com
2026-03-13 15:30:17 +08:00
parent 63124f6fa6
commit 8571a4d92b
3787 changed files with 375070 additions and 14723 deletions
+2 -2
View File
@@ -130,9 +130,9 @@ class main(Compose):
'''
get.option = "Rebuild"
command = self.set_type(1).set_path(get.path).get_compose_down()
self.exec_logs(get, command)
self.status_exec_logs(get, command)
command = self.set_type(1).set_path(get.path).get_compose_up_remove_orphans()
self.exec_logs(get, command)
self.status_exec_logs(get, command)
# 2024/6/24 下午10:54 停止指定docker-compose项目
@check_file