From 97265572dacda0c02d628b4238c6ab78c67b7a03 Mon Sep 17 00:00:00 2001 From: Camille Bernot Date: Wed, 14 Jan 2026 11:47:29 +0100 Subject: [PATCH] Fix typo in Docker installation documentation --- installation/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/docker.md b/installation/docker.md index 0831047..c3581b0 100644 --- a/installation/docker.md +++ b/installation/docker.md @@ -1,6 +1,6 @@ # Docker based Installation -We host our offical docker image on Docker Hub https://hub.docker.com/r/leantime/leantime. Your device needs to have Docker Installed. Please check the [Offcicial Docker](https://docs.docker.com/get-docker/) page, if you don't have Docker installed +We host our offical docker image on Docker Hub https://hub.docker.com/r/leantime/leantime. Your device needs to have Docker Installed. Please check the [Offcial Docker](https://docs.docker.com/get-docker/) page, if you don't have Docker installed There are various other custom leantime images on docker hub which are not supported. You have two options to install Leantime via docker depending on your use case: @@ -243,4 +243,4 @@ or docker rm <> ``` -7. You can now follow the instructions above to set up an updated Leantime container using Docker run. \ No newline at end of file +7. You can now follow the instructions above to set up an updated Leantime container using Docker run.