参考

halo/20220610233344_5b9c12d1851fee68357f48c7f3164607.png
https://docs.halo.run/next/getting-started/upgrade
参考上面的

操作

对我来说
假如我在/www/wwwroot/halo/blog 这个目录内有我之前的博客数据(我之前是1.4版本的),
那么

-p 反向代理端口(宿主机端口):docker容器端口
-v /www/wwwroot/halo/blog:/root/.halo
形式如下

docker run -it -d --name halo -p 8290:8090 -v /www/wwwroot/halo/blog:/root/.halo halohub/halo:1.5.3

注意:1.4版本有个配置文件,image-1652513120998,这个要删除掉,不然启动了也会显示503错误