Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
`version` field is no needed
  • Loading branch information
hkint authored Jul 23, 2024
1 parent d01a891 commit 8682f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
go-gemini-telegram-bot:
image: ghcr.io/hkint/go-gemini-telegram-bot:latest
Expand All @@ -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

0 comments on commit 8682f2c

Please sign in to comment.