各位同学们,docker安装时失败了,用的mysql5.7版本数据库。大家有遇到类似问题么
如下报错:
`Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-04-08 13:53:51.063 ERROR 7 --- [ main] o.s.boot.SpringA
pplication : Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'staticStorageController'
defined in file [/application/BOOT-INF/classes/run/halo/app/controller/admin/api/StaticStorageController.class]: Unsatis
fied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCrea
tionException: Error creating bean with name 'staticStorageServiceImpl' defined in file [/application/BOOT-INF/classes/ru
n/halo/app/service/impl/StaticStorageServiceImpl.class]: Bean instantiation via constructor failed; nested exception is o
rg.springframework.beans.BeanInstantiationException: Failed to instantiate [run.halo.app.service.impl.StaticStorageServic
eImpl]: Constructor threw exception; nested exception is java.nio.file.FileSystemException: /root/.halo/static: Read-only
file system`