Tinyfilemanager Docker Compose Jun 2026

version: '3.8' services: wordpress: image: wordpress:latest # ... wordpress config tinyfilemanager: image: tinyfilemanager/tinyfilemanager:latest volumes: - wordpress_data:/var/www/html/data # manage WP files ports: - "8081:80" volumes: wordpress_data:

# Mount the folder you want to manage to /var/www/html/data inside the container /path/to/your/files :/var/www/html/data tinyfilemanager docker compose

TinyFileManager relies on PHP settings like upload_max_filesize and post_max_size . To increase upload limits, create a custom php.ini : version: '3

Enter – a single, standalone PHP file that provides a sleek, responsive web interface to upload, download, edit, archive, and manage files on your server. When paired with Docker Compose , it becomes an unstoppable, portable, and reproducible solution. responsive web interface to upload