Skip to content
Discussion options

You must be logged in to vote

SOLVED

Thanks Elian for your fast answer.

Finaly I could make the server accesible. Instead of using the command

sudo docker compose up -d

to start the container I used the command

docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/trilium:[VERSION]

It can be found in the documentation but not in the section about "Running with Docker Compose" (the steps I followed) but in the section about Running without Docker Compose (if the installation is intended for global access). That got me confussed. I'm not an expert on using Docker so I can't say how is this working despite having the "docker-compose.yml" file.

I haven't edited any configuration file…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@eliandoran
Comment options

@dosubot
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by eliandoran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants