HortusFox 源码地址:https://github.com/danielbrendel/hortusfox-web
构建镜像和容器运行的基本命令如下👇
# 下载代码
git clone https://github.com/danielbrendel/hortusfox-web.git
# 进入目录
cd hortusfox-web
# 构建镜像
docker build -t wbsu2003/hortusfox-web:v1 .
# 运行容器
docker-compose up -d
镜像使用方法可以在 老苏的blog:https://laosu.cf 找找,如果找不到,那说明还在折腾中~~
欢迎关注公众号:

Content type
Image
Digest
sha256:522f0e3c2…
Size
204.7 MB
Last updated
over 2 years ago
docker pull wbsu2003/hortusfox-web