diff --git a/Docker.md b/Docker.md new file mode 100644 index 0000000..80bea46 --- /dev/null +++ b/Docker.md @@ -0,0 +1,16 @@ +Trilium can be run as docker image. This is useful for server deployments. +Docker images are published on docker hub: https://hub.docker.com/r/zadam/trilium/ + +## Pull image + +~~~~ +docker pull zadam/trilium:[VERSION] +~~~~ + +Replace [VERSION] for actual latest version. It's not recommended to use "latest" tag. + +## Run image + +~~~~ +sudo docker run -t -i -p 8080:8080 -v ~/trilium-data:/root/trilium-data zadam/trilium:latest +~~~~ \ No newline at end of file diff --git a/Keyboard shortcuts.md b/Keyboard shortcuts.md index 93f2098..889dd0c 100644 --- a/Keyboard shortcuts.md +++ b/Keyboard shortcuts.md @@ -53,7 +53,5 @@ These are hooked in Electron to be similar to native browser keyboard shortcuts. * ```CTRL+U``` - show note source (read only) * ```ALT+O``` - show SQL console (use only if you know what you're doing) * ```ALT+M``` - distraction-free mode - display only note editor, everything else is hidden -* ```ALT+H``` - show note history * ```CTRL+S``` - toggle search form in tree pane -* ```ALT+R``` - show recent changes dialog * ```ALT+L``` - show note labels dialog