Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ellermister authored Sep 20, 2024
1 parent 4e9f250 commit 6020c07
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 @@ -34,7 +34,7 @@ touch /mnt/user/mybili/cookie.txt
```


复制一份 .env 修改 redis 配置为你自己的实际配置,将文件存储于 /mnt/user/mybili/.env
**复制一份 .env.example 修改 redis 配置为你自己的实际配置**,将文件存储于 /mnt/user/mybili/.env

参考主要修改内容如下:
```
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
image: redis
volumes:
- "./redis:/data"
command: redis redis-server --save 60 1 --loglevel warning
command: redis-server --save 60 1 --loglevel warning

```
Expand Down

0 comments on commit 6020c07

Please sign in to comment.