/files

provide a docker image for Files App

Primary LanguagePHP

Files

The project provides a docker image for Files App(files.photo.gallery).

Docker Pulls

English | 中文

Introduction

For the purpose of learning,I replace the files.js with cracked version which just remove authorization code.

So you can run this image directly to display your files.

Please support the original if you could.

usage

you can just run:

docker pull cjy0526/files:v1
docker run -d --name files -v /root/content:/var/www/html/content -p 3000:80 cjy0526/files:v1

DockerOperation

web

If you want to build image yourself,please clone the project and run:

docker build -t files:v1 .
docker run -d --name files -v /root/content:/var/www/html/content -p 3000:80 files:v1