mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 16:07:20 -06:00
Correct the docker compose environment format of GITHUB_TOKEN in the configuration document.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user