Sfoglia il codice sorgente

Merge pull request #372 from DavisYe/main

Correct document
Svilen Markov 4 mesi fa
parent
commit
1e12d937aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/configuration.md

+ 1 - 1
docs/configuration.md

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