We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06422e commit e4136b9Copy full SHA for e4136b9
README.md
@@ -84,6 +84,10 @@ Edit `.env` file with the your secrets and run container.
84
docker build . -t insta-bot:latest
85
docker run -d --name insta-bot --restart always --env-file .env insta-bot:latest
86
```
87
+or use builded image from Docker hub
88
+```
89
+docker run -d --name insta-bot --restart always --env-file .env ovchynnikov/load-bot-linux:latest
90
91
---
92
93
## Troubleshooting
0 commit comments