dockerfile 就是这个 https://hub.docker.com/r/john123951/kodexplorer/dockerfile , 重新build了一下,以解决超过2g的大文件php fopen 不能打开的问题
docker run -d \
--name kodexplorer \
--restart=always \
-p 10800:80 \
-v /data/kodexplorer:/var/www/html \
zhangyi2018/kodexplorer:latest
Content type
Image
Digest
Size
184.1 MB
Last updated
over 6 years ago
docker pull zhangyi2018/kodexplorer