14 lines
395 B
Bash
14 lines
395 B
Bash
# Trilium Notes - Environment Variables
|
|
|
|
# Docker image tag to deploy (e.g. latest, v0.90.12)
|
|
TRILIUM_VERSION=latest
|
|
|
|
# Host port to expose the Trilium web UI on
|
|
TRILIUM_PORT=8080
|
|
|
|
# IP address or hostname of the NFS server hosting the Trilium data volume
|
|
TRILIUM_NFS_SERVER=192.168.1.100
|
|
|
|
# NFS export path on the server (e.g. /mnt/pool/trilium-data)
|
|
TRILIUM_NFS_DEVICE=:/mnt/pool/trilium-data
|