Skip to content

Commit

Permalink
fix typo in docker.md (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicocinque committed Jun 1, 2024
1 parent 86f6c6a commit 1bdccc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/master/deploy/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- mysql
```

Read [Binary [Deployment](binary.md#flags-of-gorse-in-one) for detailed information about command line flags of gorse-in-one.
Read [Binary Deployment](binary.md#flags-of-gorse-in-one) for detailed information about command line flags of gorse-in-one.

::: details Full Example

Expand Down Expand Up @@ -104,7 +104,7 @@ services:
- mysql
```

2. Create a configuration file `config.toml` in the same directory based on [the configurationn template](https://github.com/gorse-io/gorse/blob/release-0.4/config/config.toml).
2. Create a configuration file `config.toml` in the same directory based on [the configuration template](https://github.com/gorse-io/gorse/blob/release-0.4/config/config.toml).

3. Start all services:

Expand Down

0 comments on commit 1bdccc1

Please sign in to comment.