mirror of
https://github.com/nicotsx/zerobyte.git
synced 2025-12-23 21:47:47 -05:00
505 B
505 B
Simplified Docker Compose (no remote mounts)
A reduced-privilege setup for Zerobyte when you do not need to mount NFS/SMB/WebDAV from inside the container.
Prerequisites
- Docker + Docker Compose
Setup
cp .env.example .env
docker compose up -d
Access
- UI/API:
http://<host>:4096
Trade-offs
- ✅ No
SYS_ADMIN - ✅ No
/dev/fuse - ✅ Still supports all repository backends (local, S3, GCS, Azure, rclone)
- ❌ Cannot mount remote shares from inside Zerobyte