# LinkStack Docker Compose - Environment Variables # Docker image tag to use for LinkStack. Defaults to "latest" if not set. LINKSTACK_VERSION=latest # Timezone for the container. Defaults to "America/Los_Angeles" if not set. # Full list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones LINKSTACK_TZ=America/Los_Angeles # Email address for the Apache server admin. Used in error pages and logs. LINKSTACK_ADMIN_EMAIL=admin@example.com # Host port to expose the LinkStack web UI on. Maps to container port 443 (HTTPS). LINKSTACK_PORT=443 # IP address or hostname of the NFS server used for the app volume. LINKSTACK_NFS_SERVER=192.168.1.100 # NFS export path for the LinkStack app volume (stores all application data). # Example: :/mnt/pool/linkstack/app LINKSTACK_NFS_DEVICE=:/mnt/pool/linkstack/app