Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 748 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 748 Bytes

tinyfilemanager-docker

Docker Cloud Automated build Docker Cloud Build Status

Simplest dockerized version of tinyfilemanager

Run by mounting desired directories into /data and target port is 80.

Say we want to mount directory /something/useful, and use port 8080.

docker run -d -v /something/useful:/data -p 8080:80 tigerdockermediocore/tinyfilemanager-docker:latest