telegram-llm-bot fixing tag syntax.

This commit is contained in:
Alexey Skobkin 2024-03-10 05:48:47 +03:00
parent 957333cf5d
commit 1d8024f84a
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3.9'
services:
drone:
image: "skobkin/telegram-llm-bot:${IMAGE_VERSION:latest}"
image: "skobkin/telegram-llm-bot:${IMAGE_VERSION:-latest}"
container_name: telegram-llm-bot
extra_hosts:
- "host.docker.internal:host-gateway"