You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
ERROR: Invalid interpolation format for "environment" option in service "web": "TELEGRAM_TOKEN=${this line contains my generated Telegram Token from @Botfather}"
The text was updated successfully, but these errors were encountered:
I'm running windows 10 home and docker desktop 2.4. My node (node.js) version is 12.18.4. Is this the node version that you're asking? I'm using VS code to execute the given instructions while running the docker in the background.
ERROR: Invalid interpolation format for "environment" option in service "web": "TELEGRAM_TOKEN=${this line contains my generated Telegram Token from @Botfather}"
I had this error too - ubuntu server, messenger-to-telegram run in docker - as stated in documentation.
I'm new to docker and docker-compose, so I don't know if it's correct. but I fixed the error with my config by removing "${" and "}" in all env variables, so all my envs are like this: TELEGRAM_TOKEN=my-token-here
but the bridge won't work anyway, nothing's forwarded :(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there! What is the meaning of this error?
ERROR: Invalid interpolation format for "environment" option in service "web": "TELEGRAM_TOKEN=${this line contains my generated Telegram Token from @Botfather}"
The text was updated successfully, but these errors were encountered: