Skip to content

Commit

Permalink
chore: fix deployment prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders authored Dec 10, 2023
1 parent 81507d6 commit 372e6cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/docs/self-hosting/deploy-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ Docker compose is the easiest way to deploy a self-hosted instance of Goodtok. T

## Prerequisites

- [Docker](https://docs.docker.com/get-docker/)
- [Git](https://git-scm.com/downloads)
The only prerequisite for Goodtok is to have [Docker](https://docs.docker.com/get-docker/) installed on the host machine.

## Installation

First, create a new directory in your preferred location and change to that directory. For this guide, we will use the directory `goodtok` in the home directory.


```bash
mkdir goodtok
cd goodtok
Expand Down Expand Up @@ -79,4 +77,4 @@ The previous command will start all the services, including the Front Office. Yo

## Securing the application

Comming soon...
Comming soon...

0 comments on commit 372e6cd

Please sign in to comment.