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
Hello. I try to deploy bot on my vps using docker. I created a config.env containing the variables set in the TG-FileStreamBot folder and start my container. However the bot is not responding. Check docker ps again, the status of the container shows Restarting (1) ... seconds ago.
I met a similar problem and my log suggest that it cannot process | when typing. While it might not be the same problem you met, I just want to note here that I solved mine by change python:3.9-alpine in Dockerfile to python:3.10-alpine.
Hello. I try to deploy bot on my vps using docker. I created a
config.env
containing the variables set in theTG-FileStreamBot
folder and start my container. However the bot is not responding. Check docker ps again, the status of the container showsRestarting (1) ... seconds ago
.The text was updated successfully, but these errors were encountered: