Correct the docker compose environment format of GITHUB_TOKEN in the configuration document.
This commit is contained in:
parent
d4565acfe7
commit
7319870289
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue