Skip to content

Instantly share code, notes, and snippets.

@losch
Created November 3, 2021 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save losch/1540abbf4b4b00430115133e172071aa to your computer and use it in GitHub Desktop.
Save losch/1540abbf4b4b00430115133e172071aa to your computer and use it in GitHub Desktop.
Trilium docker-compose.yml
version: '3'
services:
trilium:
image: zadam/trilium:0.48.4
volumes:
- ./trilium-data:/home/node/trilium-data
ports:
- 10000:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment