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

View file

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