From 73198702892f734a45c0650667691be16d991a51 Mon Sep 17 00:00:00 2001 From: DavisYe Date: Thu, 20 Feb 2025 21:30:34 +0800 Subject: [PATCH] Correct the docker compose environment format of GITHUB_TOKEN in the configuration document. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 01afc8e..633d1d8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1608,7 +1608,7 @@ services: glance: image: glanceapp/glance environment: - - GITHUB_TOKEN: + - GITHUB_TOKEN= ``` and then use it in your `glance.yml` like this: