[Bug] App store installing process of gitea gets "stuck" #8377
-
Contact InformationNo response 1Panel Versionv1.10.29-lts Community Edition Problem DescriptionWhen selecting gitea for installation in the app store and if in some cases a Docker error causes the installation to terminate abnormally, the installation process will get "stuck" And since the installation is always in progress, it is not possible to do anything else such as canceling the installation or deleting the installation. Other resources such as ports used by the installation will be occupied by 1Panel and can no longer be used. Steps to ReproduceSelect gitea in the app store to install, modify compose.yml, add
in the
You can see the following error message in the
Then you can see that the The expected correct result
I know this is due to the fact that I incorrectly changed the Docker compose yml causing the installation to fail, but correctly it should be that
and not that it has been going on all along. Related log outputAdditional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
在使用 1Panel 安装应用时,如果修改了错误的 处理方法你可以通过以下两种方式之一来解决这个问题: 方法一:通过图形界面操作
方法二:通过命令行操作你也可以通过命令行工具 1pctl restart 重启成功后,再登录系统删除出错的应用即可。 |
Beta Was this translation helpful? Give feedback.
在使用 1Panel 安装应用时,如果修改了错误的
docker-compose.yml
配置,可能会导致安装失败并报错。处理方法
你可以通过以下两种方式之一来解决这个问题:
方法一:通过图形界面操作
方法二:通过命令行操作
你也可以通过命令行工具
1pctl
来重启 1Panel,操作如下:重启成功后,再登录系统删除出错的应用即可。