Skip to content

Commit

Permalink
docs: add tip for clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Mar 30, 2023
1 parent 3747776 commit c2d536e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/deployment/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ title: Environment Variable
```

- If it is started by `docker-compose`, you can directly edit `docker-compose.env`, and use `docker compose up -d` directly after the modification to take effect


:::caution
Some environment variable modifications may need to clear the cache to take effect
:::
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ title: 环境变量
```

- 如果是 `docker-compose` 启动,可以直接编辑 `docker-compose.env`, 改动后直接使用 `docker compose up -d` 即可生效

:::caution
部分环境变量修改可能需要清理缓存后才能生效
:::

0 comments on commit c2d536e

Please sign in to comment.