mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 14:34:30 +01:00
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>
This commit is contained in:
parent
c864863be4
commit
335f34b824
@ -34,11 +34,11 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- traefik-proxy
|
- traefik-proxy
|
||||||
environment:
|
environment:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- TRILIUM_NETWORK_TRUSTEDREVERSEPROXY=my-traefik-host-ip
|
- TRILIUM_NETWORK_TRUSTEDREVERSEPROXY=my-traefik-host-ip
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data=/home/node/trilium-data
|
- /path/to/data=/home/node/trilium-data
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.trilium.entrypoints=https
|
- traefik.http.routers.trilium.entrypoints=https
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user