Tinyfilemanager Docker Compose 【RECOMMENDED - 2026】

To stop the application, run:

Download the default configuration template into your project directory: curl -o config.php https://githubusercontent.com Use code with caution. Modifying Default Credentials Open the newly downloaded config.php file: nano config.php Use code with caution. tinyfilemanager docker compose

This Nginx-based image offers separate ports for the management web UI ( 8080 ) and direct file storage access ( 8081 ), providing flexibility in how you expose these services. To stop the application, run: Download the default

events worker_connections 1024;

services: tinyfilemanager: image: tinyfilemanager/tinyfilemanager:master container_name: tinyfilemanager restart: always ports: - "8080:80" volumes: - ./data:/var/www/html/data To stop the application