Replies: 1 comment
-
To make Trilium listen on 0.0.0.0:8080 in Docker, set the environment variables To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am installing Trilium behind a reverse proxy (Traefik) that needs to access the service via a docker network. Trilium starts listening on
127.0.0.1:8080
so this does not work.How can I make it listen on
0.0.0.0:8080
?I tried to add the env variable
TRILIUM_LISTEN="0.0.0.0:8080"
but this does not work, as seen from within the container:Beta Was this translation helpful? Give feedback.
All reactions