Tinyfilemanager Docker Compose Verified Jun 2026

docker compose down docker compose up -d

services : tinyfilemanager : image : tinyfilemanager/tinyfilemanager :master container_name : tinyfilemanager restart : always ports : - "8080:80" volumes : # Map your host's data folder to the container's data path - . /data :/var/www/html/data # (Optional) Map a custom config file # - ./config.php:/var/www/html/config.php Use code with caution. Copied to clipboard tinyfilemanager docker compose

volumes: - /home:/var/www/html/data:ro # ro = read-only if you want safety docker compose down docker compose up -d services

Before starting, ensure your system has the following software installed: Docker Engine (v20.10.0 or higher) Docker Compose (v2.0.0 or higher) 1. Standard Docker Compose Configuration Laravel) to quickly edit logs

Run TFM alongside your web app (e.g., WordPress, Laravel) to quickly edit logs, upload plugins, or clear caches without SSH.