docs: add tip for clean cache

pull/90/head
moonrailgun 2 years ago
parent 3747776239
commit c2d536ed78

@ -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
:::

@ -34,3 +34,7 @@ title: 环境变量
```
- 如果是 `docker-compose` 启动,可以直接编辑 `docker-compose.env`, 改动后直接使用 `docker compose up -d` 即可生效
:::caution
部分环境变量修改可能需要清理缓存后才能生效
:::

Loading…
Cancel
Save