Correct the docker compose environment format of GITHUB_TOKEN in the configuration document.

This commit is contained in:
DavisYe 2025-02-20 21:30:34 +08:00
parent d4565acfe7
commit 7319870289

View file

@ -1608,7 +1608,7 @@ services:
glance:
image: glanceapp/glance
environment:
- GITHUB_TOKEN: <your token>
- GITHUB_TOKEN=<your token>
```
and then use it in your `glance.yml` like this: