Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
moyada committed Mar 1, 2024
1 parent c1114e7 commit 0fe4a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ docker rm -f stealer

docker pull xueyikang/stealer

mkdir -p stealer/logs
docker run -d --name stealer -p 8000:8000 -v stealer/logs:/app/logs -e BILIBILI_COOKIE= --restart=always xueyikang/stealer:latest
mkdir -p stealer-logs
docker run -d --name stealer -p 8000:8000 -v `pwd`/stealer-logs:/app/logs -e BILIBILI_COOKIE= --restart=always xueyikang/stealer:latest
```

0 comments on commit 0fe4a38

Please sign in to comment.