Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 359 Bytes

File metadata and controls

8 lines (7 loc) · 359 Bytes

TelegramAPI Server Deployment

  1. Deploy
  2. ssh as ubuntu onto the server
  3. sudo su -
  4. The following will reset the whole the container and envirement. (Warning, you ll lose all sessions.) rm -rf sessins && docker-compose rm -f -s -v && docker system prune -fa && docker-compose build --no-cache && docker-compose up --force-recreate -d