Demo docker image for FileGator.
You can use configuration.php
to tweak the app. See the documentation for more info.
docker build -t filegator/filegator:demo -f ./Dockerfile .
docker run -p 8888:8080 filegator/filegator:demo
visit: http://127.0.0.1:8888