Tinyfilemanager Docker Compose Jun 2026

Then configure nginx.conf to proxy requests to tinyfilemanager:80 .

| Image | Description | |-------|-------------| | tinyfilemanager/tinyfilemanager:master | Official image | | ilteoood/tinyfilemanager:latest | Alpine-based | | georgemoers/tinyfilemanager:latest | Extra features | tinyfilemanager docker compose

While the official wiki primarily shows docker run commands, you can translate them into a Compose file like this: Then configure nginx

For security, subscribe to the TinyFile Manager GitHub releases or use a tool like Watchtower to auto-update: tinyfilemanager docker compose

These limitations are mitigated by Docker’s ephemeral nature—you can treat the container as disposable.

A directory on your host machine to store the files you want to manage. Docker Compose Configuration Create a file named docker-compose.yaml and paste the following configuration: tinyfilemanager tinyfilemanager/tinyfilemanager container_name : tinyfilemanager : - . :/var/www/html/data - . /config.php :/var/www/html/config.php environment