Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.17 KB

About

trilium

Trilium Notes is a hierarchical note-taking application with focus on building large personal knowledge bases

Usage

Requirements

  • Traefik up and running.
  • A subdomain of your choice, this example uses trilium.
    • You should be able to create a subdomain with your DNS provider, use a A record with the same IP address as your root domain.

Configuration

Replace the environment variables in .env with your own, then run :

sudo docker-compose up -d

You should then be able to access the trilium web-ui and start creating notes !

Update

The image is automatically updated with watchtower thanks to the following label :

  # Watchtower Update
  - "com.centurylinklabs.watchtower.enable=true"