docker-H5ai文件管理

admin11个月前docker300


docker pull ilemonrain/h5ai:full

mkdir -p /opt/h5ai/
docker run -d --name h5ai --restart always -p 880:80 -v /opt/h5ai/:/h5ai  ilemonrain/h5ai:full


 下载站文件存放到/opt/h5ai/

支持中文目录

访问地址http//ip:880


github项目地址

https://github.com/lrsjng/h5ai




相关文章

docker一件安装脚本带安装portainer

sudo yum check-updatecurl -fsSL https://get.docker.com/ | shyum install -y yum-utilsyum-config-manag...