From 8682f2cd4d6c544fb9fea532c7d46f70bb8b7600 Mon Sep 17 00:00:00 2001 From: hk Date: Tue, 23 Jul 2024 08:52:54 +0800 Subject: [PATCH] Update compose.yaml `version` field is no needed --- compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 8540819..302b062 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,3 @@ -version: "3.9" services: go-gemini-telegram-bot: image: ghcr.io/hkint/go-gemini-telegram-bot:latest @@ -9,4 +8,4 @@ services: BOT_TOKEN: GEMINI_API_KEY: ALLOWED_USERS: # Optional, if you want to only allow certain users to access the pkg - BOT_DEBUG_MODE: true + BOT_DEBUG_MODE: false