Take control of your data by hosting a lightweight, fast web file manager directly on your own infrastructure. Designed as a highly efficient alternative to heavier platforms, this solution provides everything needed for secure file operations, sharing, and collaboration without relying on third-party cloud subscriptions. You can easily connect local storage alongside external sources to create a centralized file hub.
Key benefits and features include:
services:
filerise:
image: error311/filerise:latest
container_name: filerise
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
volumes:
- ./config:/config
- ./data:/data
ports:
- 8080:80
restart: unless-stoppedTZ=Etc/UTCAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago