mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 05:20:06 +08:00
Clarify TRILIUM_NETWORK_TRUSTEDREVERSEPROXY config
Added example IP address for TRILIUM_NETWORK_TRUSTEDREVERSEPROXY.
This commit is contained in:
parent
3863e657ef
commit
e54822f3b0
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- traefik-proxy
|
- traefik-proxy
|
||||||
environment:
|
environment:
|
||||||
- TRILIUM_NETWORK_TRUSTEDREVERSEPROXY=my-traefik-host-ip
|
- TRILIUM_NETWORK_TRUSTEDREVERSEPROXY=my-traefik-host-ip # e.g., 172.18.0.0/16
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data=/home/node/trilium-data
|
- /path/to/data=/home/node/trilium-data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue