Skip to content

Commit e4136b9

Browse files
committed
Update Readme
1 parent d06422e commit e4136b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Edit `.env` file with the your secrets and run container.
8484
docker build . -t insta-bot:latest
8585
docker run -d --name insta-bot --restart always --env-file .env insta-bot:latest
8686
```
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+
```
8791
---
8892

8993
## Troubleshooting

0 commit comments

Comments
 (0)