Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
broot5 committed Mar 21, 2024
1 parent f1df454 commit d8d069f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pip install -r requirements.txt

export BOT_NAME="hbot"
export SITE="gallery-dl_supported_site"
export DL_URL="url"
export DL_URL="url/{}"
export TOKEN="sdsafasd123124"

python bot.py
Expand All @@ -25,10 +25,10 @@ python bot.py
docker run --name hbot \
-e BOT_NAME="hbot" \
-e SITE="gallery-dl_supported_site" \
-e DL_URL="url" \
-e DL_URL="url/{}" \
-e TOKEN="sdsafasd123124" \
-v ./save:/app/save \
hbot
ghcr.io/broot5/hbot
```

### docker compose
Expand All @@ -37,7 +37,7 @@ version: "3.8"

services:
hbot:
build: ./
image: ghcr.io/broot5/hbot
container_name: hbot
restart: unless-stopped
volumes:
Expand Down

0 comments on commit d8d069f

Please sign in to comment.