Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up file-browser Requires Docker Desktop. No source code needed — pulls pre-built images and starts file-browser with all dependencies.
Image:
filebrowser/filebrowser:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: file-browser
description: "Web-based file manager for browsing and managing files"
repository: https://github.com/filebrowser/filebrowser
logo: https://raw.githubusercontent.com/filebrowser/logo/master/icon.svg
image: filebrowser/filebrowser:latest
provides:
- protocol: http
port: 80
exposed: true
storage:
data:
path: /srv
persistent: true
config:
path: /database
persistent: true
health: /health
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
6s
Total Disk
34 MB
Learn More
Spec references for features used in this Launchfile.