Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -243,4 +243,4 @@ or
docker rm <<containerID>>
```

7. You can now follow the instructions above to set up an updated Leantime container using Docker run.
7. You can now follow the instructions above to set up an updated Leantime container using Docker run.