Tinyfilemanager Docker Compose [extra Quality] Direct
Mount this file into your docker-compose.yml under the volumes section of the service: - ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:ro Use code with caution. 3. Implement Automatic Updates
services: tinyfilemanager: image: tinyfilemanager/tinyfilemanager:master container_name: tinyfilemanager restart: always ports: - "8080:80" volumes: - ./data:/var/www/html/data tinyfilemanager docker compose
