From 335f34b8241ed457c7f74db01b910bb28948bf11 Mon Sep 17 00:00:00 2001 From: Andrea Santoro Date: Sun, 16 Nov 2025 22:23:15 +0100 Subject: [PATCH] Update docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .../Server Installation/2. Reverse proxy/Traefik.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md b/docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md index f8c62a0f1..dee5af80a 100644 --- a/docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md +++ b/docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md @@ -34,11 +34,11 @@ services: networks: - traefik-proxy environment: - - /etc/timezone:/etc/timezone:ro - - /etc/localtime:/etc/localtime:ro - TRILIUM_NETWORK_TRUSTEDREVERSEPROXY=my-traefik-host-ip volumes: - /path/to/data=/home/node/trilium-data + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro labels: - traefik.enable=true - traefik.http.routers.trilium.entrypoints=https