Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TOwInOK authored Sep 6, 2024
1 parent ed37010 commit 42eb76d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,21 @@ This bot can find some cool images from rule34 by your reqwest!
<img width="880" src="https://github.com/user-attachments/assets/82d596ac-af43-472a-8ab7-a8cb8fb96aa8">
<img width="1015" src="https://github.com/user-attachments/assets/e011d2c4-a377-47c5-8098-83cb52005b2b">
<img src="https://github.com/user-attachments/assets/cf0f7614-baa7-410b-9842-3ed7150fe7c8">

# Docker
```sh
docker run -d \
-e DS_TOKEN=YOUR_TOKEN \
ghcr.io/towinok/shuller_bot:latest
```

# Docker-compose
```yml
version: '3.8'

services:
shuller_bot:
image: ghcr.io/towinok/shuller_bot:latest
environment:
- DS_TOKEN=YOUR_TOKEN
```

0 comments on commit 42eb76d

Please sign in to comment.