docs: update configuration

This commit is contained in:
2024-11-04 07:48:03 +01:00
parent 6033ed8420
commit 0af2d394d3
2 changed files with 6 additions and 2 deletions

View File

@@ -65,7 +65,9 @@ It comes with a lot of integrated features, such as:
### 1. Initialize configuration
You can generate the configuration file using `config init` command.
You can generate the configuration file using `config init --output /config/config.yml` command.
The default configuration is automatically generated if any configuration file is not provided, and is available at `/config/goma.yml`
```shell
docker run --rm --name goma-gateway \

View File

@@ -9,7 +9,9 @@ nav_order: 2
### 1. Initialize configuration
You can generate the configuration file using `config init` command.
You can generate the configuration file using `config init --output /config/config.yml` command.
The default configuration is automatically generated if any configuration file is not provided, and is available at `/config/goma.yml`
```shell
docker run --rm --name goma-gateway \