services: filebrowser: image: filebrowser/filebrowser:latest container_name: file-manager user: root:root ports: - 90:80 volumes: - /mnt:/mnt/pve2 # Path to your actual media - /opt/filebrowser/config:/config # For settings/database - /opt/filebrowser/branding:/branding restart: unless-stopped