From 0866110d0aea724372b092c75e7f14c9e88d01d4 Mon Sep 17 00:00:00 2001 From: xtrcode <43306099+xtrcode@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:54:50 +0100 Subject: [PATCH] fix typo --- installation/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/docker.md b/installation/docker.md index 0831047..fe3a966 100644 --- a/installation/docker.md +++ b/installation/docker.md @@ -15,7 +15,7 @@ If you are starting from scratch and don't have a database server set up we sugg Docker compose allows you to define and run multi-container docker applications. The configurations stored in a `docker-compose.yml` file is used to install Leantime with MySQL, dedicated network and volumes for the db, userfiles and configs. -1. Clone the Leantime Docker repoository from [here](https://github.com/Leantime/docker-leantime): +1. Clone the Leantime Docker repository from [here](https://github.com/Leantime/docker-leantime): ``` git clone https://github.com/Leantime/docker-leantime.git @@ -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.