Tinyfilemanager Docker Compose !!hot!! · Hot

services: tinyfilemanager: image: php:8.2-apache container_name: tinyfilemanager restart: unless-stopped ports: - "8080:80" volumes: - ./tinyfilemanager.php:/var/www/html/index.php - ./data:/var/www/html/data - ./uploads:/var/www/html/uploads working_dir: /var/www/html command: > sh -c "curl -o index.php https://raw.githubusercontent.com/prasath89/tinyfilemanager/master/tinyfilemanager.php && chmod 755 index.php && apache2-foreground"

services: tinyfilemanager: image: tinyfilemanager/tinyfilemanager:master container_name: tinyfilemanager restart: always ports: - "8080:80" volumes: # Replace '/your/absolute/path' with the folder you want to manage - /your/absolute/path:/var/www/html/data Use code with caution. Copied to clipboard tinyfilemanager docker compose

docker-compose restart

In the modern landscape of self-hosting and server management, the need for a simple, fast, and secure way to manage files via a web browser is universal. While massive ecosystems like Nextcloud or Seafile offer powerful features, they often come with heavy database backends, memory-hungry processes, and complex setups. services: tinyfilemanager: image: php:8

If you get permission errors: