Skip to main content

Tinyfilemanager Docker Compose [better]

Once you've accessed Tiny File Manager, you can configure it to suit your needs. Here are some basic configuration steps:

TinyFileManager was originally based on the popular filemanager project by Alexandre T. It is distributed as a single file, tinyfilemanager.php . You drop it into a web directory, and instantly you have a file explorer. tinyfilemanager docker compose

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 Once you've accessed Tiny File Manager, you can

Create a dedicated folder:

docker exec -it tinyfilemanager which unzip Once you've accessed Tiny File Manager