diff --git a/Docker-server-installation.md b/Docker-server-installation.md index 81ef4d0..5b22b2f 100644 --- a/Docker-server-installation.md +++ b/Docker-server-installation.md @@ -1,8 +1,6 @@ Trilium can be run as docker image. This is recommended way to deploy Trilium on servers. -Official docker images are published on docker hub for **AMD64**: https://hub.docker.com/r/zadam/trilium/ - -Unofficial docker images for **ARMv7** and **ARMv8** provided by Howard (thanks!): https://hub.docker.com/r/hlince/trilium ([build scripts](https://gitea.e9g.rocks/howard/trilium-daily-build)). (note that I can't give neither guarantees, nor support when you use unofficial images) +Official docker images are published on docker hub for **AMD64**, **ARMv6**, **ARMv7** and **ARMv8/64**: https://hub.docker.com/r/zadam/trilium/ ## Prerequisites To start you will need to have docker installed on your computer. Here are two guides that can help: