TinyFileManager Docker Compose a lightweight, single-file PHP management interface that lets you handle your server files directly from a web browser Key Features Provided
The webapp service:
Once upon a time, in a small startup, there was a team of developers working on a web application that required a simple and efficient way to manage files on their server. They had tried various file managers, but none of them met their requirements. That's when they stumbled upon Tiny File Manager. tinyfilemanager docker compose
web: image: tinyfilemanager/tinyfilemanager:master container_name: tinyfilemanager ports: - "8080:80" volumes: - ./data:/var/www/html/data # Allow TinyFilemanager to manage your docker containers (Optional) - /var/run/docker.sock:/var/run/docker.sock environment: - TZ=America/New_York # Database Configuration - DB_HOST=db - DB_NAME=tinyfilemanager - DB_USER=tfm_user - DB_PASS=tfm_password depends_on: - db restart: unless-stopped TinyFileManager Docker Compose a lightweight