Replies: 1 comment
|
To make Trilium listen on 0.0.0.0:8080 in Docker, set the environment variables To reply, just mention @dosu. Docs are dead. Just use Dosu. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:8080so 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:All reactions