Files
Docker-Compose/ByteStash/.env.example
T
2026-05-11 08:54:07 -07:00

14 lines
381 B
Bash

# ByteStash Docker Compose Environment Variables
# Container image version tag (e.g. "1.5.4" or "latest")
BYTESTASH_VERSION=latest
# Host port to expose the ByteStash web UI on
BYTESTASH_PORT=5000
# IP address or hostname of the NFS server
BYTESTASH_NFS_SERVER=192.168.1.100
# NFS export path on the server (e.g. "/mnt/pool/bytestash")
BYTESTASH_NFS_DEVICE=/mnt/pool/bytestash