To begin, create a dedicated project directory. Within this directory, you will define your service in a docker-compose.yml (or the preferred compose.yaml ) file. How Compose works - Docker Docs
docker compose pull tinyfilemanager docker compose up -d tinyfilemanager docker compose
Tiny File Manager is a lightweight, web-based file manager that allows users to manage files on a server. It's designed to be simple, easy to use, and highly customizable. With Tiny File Manager, you can perform various file operations such as creating, editing, deleting, and uploading files, as well as managing file permissions and ownership. To begin, create a dedicated project directory
Happy file managing! 🚀