Minimal "standard" deployment for Zerobyte.
This setup enables remote mount backends (NFS/SMB/WebDAV) from inside the container by granting the required capability and FUSE device.
- Docker + Docker Compose
cp .env.example .env
docker compose up -d- UI/API:
http://<host>:4096
- This example uses
cap_add: SYS_ADMINand/dev/fuseto support mounting remote volumes. - Do not place
/var/lib/zerobyteon a network share.