Skip to content

Commit

Permalink
fix errors in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio9705 committed Sep 16, 2024
1 parent 2f3e1a4 commit 8d556c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Before you begin, ensure you have the following installed on your system:

2. **Start the Docker Compose Services**

Download and install the images, if not present, and run the containers using the following command:
If not already done, download and install the images. Then, run the containers using the following command:

```sh
docker-compose up
```

Otherwise if you want to run containers in detached mode run:
Otherwise, if you want to run containers in detached mode, use the following command:

```sh
docker-compose up -d
Expand All @@ -46,6 +46,6 @@ Before you begin, ensure you have the following installed on your system:
Open your web browser and navigate to `http://localhost:3000` to access the MantisTable UI.

:::warning
For a correct start of MantisTable UI it is necessary to modify the configuration file as indicated in [Configuration](configuration.md) page.
For a correct start of MantisTable UI it is necessary to modify the configuration file as indicated in the [Configuration](configuration.md) page.
Note that if the configuration file specifies a different port, you have to change it (`3000`) with the correct one.
:::

0 comments on commit 8d556c7

Please sign in to comment.