Skip to content

Commit

Permalink
docs: update README.md (#486)
Browse files Browse the repository at this point in the history
Signed-off-by: Sn0rt <[email protected]>
  • Loading branch information
Sn0rt authored Sep 28, 2023
1 parent 94a9014 commit d0cc61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ The response indicates that apisix is running successfully:

If you want to modify the default configuration of APISIX, you can use the following command to enter the APISIX container and modify the configuration file `./conf/config.yaml`, which will take effect after reloading APISIX. For details, please refer to `./conf/config-default.yaml`.

```
```shell
docker exec -it apache-apisix bash
```

Expand All @@ -165,7 +165,7 @@ For more information, you can refer to the [APISIX Website](https://apisix.apach

If you change your custom configuration, you can reload APISIX (without downtime) by issuing.

```
```shell
docker exec -it apache-apisix apisix reload
```
This will run the `apisix reload` command in your container.
Expand Down

0 comments on commit d0cc61a

Please sign in to comment.