Hierarchical note-taking application with rich formatting
Hierarchical note-taking application with rich formatting
- app: zadam/trilium:latest
curl -q -LSsf "https://raw.githubusercontent.com/composemgr/trilium/main/docker-compose.yaml" -o compose.ymlgit clone "https://github.com/composemgr/trilium" ~/.local/srv/docker/trilium
cd ~/.local/srv/docker/trilium
docker compose up -dcomposemgr install triliumTZ=America/New_YorkSee docker-compose.yaml for complete list of configurable options.
- Web Interface: http://172.17.0.1:59075
./rootfs/data/trilium- Data storage
docker compose logs -f app# Start services
docker compose up -d
# Stop services
docker compose down
# Update to latest images
docker compose pull && docker compose up -d
# View logs
docker compose logs -f
# Restart services
docker compose restart- Docker Engine 20.10+
- Docker Compose V2+