Clarify TRILIUM_NETWORK_TRUSTEDREVERSEPROXY config

Added example IP address for TRILIUM_NETWORK_TRUSTEDREVERSEPROXY.
This commit is contained in:
Andrea Santoro
2025-11-16 22:27:14 +01:00
committed by GitHub
parent 3863e657ef
commit e54822f3b0

View File

@@ -34,7 +34,7 @@ services:
networks:
- traefik-proxy
environment:
- TRILIUM_NETWORK_TRUSTEDREVERSEPROXY=my-traefik-host-ip
- TRILIUM_NETWORK_TRUSTEDREVERSEPROXY=my-traefik-host-ip # e.g., 172.18.0.0/16
volumes:
- /path/to/data=/home/node/trilium-data
- /etc/timezone:/etc/timezone:ro