以前每次升级都是先删除旧的容器,然后使用新镜像创建新容器,再映射目录即可完成升级,今天突然发现网站无法访问,然后尝试再次启动,结果失败了,使用git回滚之前的备份启动也使用,下面是一些错误信息,我的数据都是整个.halo文件夹备份的,怎么搞啊
`
2022-07-05 21:08:34.952 INFO 7 --- [ main] o.e.jetty.server.handler.ContextHandler : Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@391dfe7c{application,/,[file:///tmp/jetty-docbase.8090.16579712611675267976/, jar:file:/application/BOOT-INF/lib/springfox-swagger-ui-3.0.0.jar!/META-INF/resources],STOPPED}
2022-07-05 21:08:34.953 WARN 7 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Jetty web server
2022-07-05 21:08:34.974 INFO 7 --- [ main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-07-05 21:08:34.988 ERROR 7 --- [ main] o.s.boot.SpringApplication : Application run failed
`