We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
f the group type is a supergroup, then updates from old chats come only after the container is rebooted my docker
botapi: image: tdlight/tdlightbotapi container_name: botapi restart: always healthcheck: test: ['CMD','true'] environment: - TELEGRAM_API_ID= - TELEGRAM_API_HASH= - TELEGRAM_ALLOW_USERS=1 - TELEGRAM_LOCAL=1 - TELEGRAM_STAT=1 - TELEGRAM_RELATIVE=1 - TELEGRAM_VERBOSITY=1 - TELEGRAM_MAX_BATCH=10 volumes: - tdlight_data:/var/lib/telegram-bot-api/ volumes: tdlight_data:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
f the group type is a supergroup, then updates from old chats come only after the container is rebooted
my docker
botapi:
image: tdlight/tdlightbotapi
container_name: botapi
restart: always
healthcheck:
test: ['CMD','true']
environment:
- TELEGRAM_API_ID=
- TELEGRAM_API_HASH=
- TELEGRAM_ALLOW_USERS=1
- TELEGRAM_LOCAL=1
- TELEGRAM_STAT=1
- TELEGRAM_RELATIVE=1
- TELEGRAM_VERBOSITY=1
- TELEGRAM_MAX_BATCH=10
volumes:
- tdlight_data:/var/lib/telegram-bot-api/
volumes:
tdlight_data:
The text was updated successfully, but these errors were encountered: