Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 400 Bytes

FileGator Read-Only Demo - Docker Image

Demo docker image for FileGator.

You can use configuration.php to tweak the app. See the documentation for more info.

Docker build

docker build -t filegator/filegator:demo -f ./Dockerfile .

Docker run

docker run -p 8888:8080 filegator/filegator:demo

visit: http://127.0.0.1:8888