mirror of
https://github.com/Xevion/glance.git
synced 2025-12-10 08:07:22 -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:
|
glance:
|
||||||
image: glanceapp/glance
|
image: glanceapp/glance
|
||||||
environment:
|
environment:
|
||||||
- GITHUB_TOKEN: <your token>
|
- GITHUB_TOKEN=<your token>
|
||||||
```
|
```
|
||||||
|
|
||||||
and then use it in your `glance.yml` like this:
|
and then use it in your `glance.yml` like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user