update README.md

This commit is contained in:
2026-01-28 05:22:32 +02:00
parent f2b8e55900
commit 42417d71ac
3 changed files with 17 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
tgchatbot:
container_name: tgchatbot
image: ghcr.io/melod1n/tg-chat-bot:latest
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Moscow
volumes:
- ./config:/config