diff --git a/README.md b/README.md index 6a6c3d9..20634de 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ It comes with a lot of integrated features, such as: ### 1. Initialize configuration -You can generate the configuration file using `config init --output /config/config.yml` command. +You can generate the configuration file using `config init --output /etc/goma/config.yml` command. -The default configuration is automatically generated if any configuration file is not provided, and is available at `/config/goma.yml` +The default configuration is automatically generated if any configuration file is not provided, and is available at `/etc/goma/goma.yml` ```shell docker run --rm --name goma-gateway \ diff --git a/docs/quickstart.md b/docs/quickstart.md index d18517a..2be99c1 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -9,14 +9,14 @@ nav_order: 2 ### 1. Initialize configuration -You can generate the configuration file using `config init --output /config/config.yml` command. +You can generate the configuration file using `config init --output /etc/goma/config.yml` command. The default configuration is automatically generated if any configuration file is not provided, and is available at `/etc/goma/goma.yml` ```shell docker run --rm --name goma-gateway \ -v "${PWD}/config:/etc/goma/" \ - jkaninda/goma-gateway config init --output /config/config.yml + jkaninda/goma-gateway config init --output /etc/goma/config.yml ``` ### 3. Start server with a custom config