add BEARER_TOKEN in docker examples
This commit is contained in:
parent
2110a4d961
commit
11f5180346
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,7 @@ docker run -d \
|
|||
--TOKEN_SECRET="" \
|
||||
--CONSUMER_KEY="" \
|
||||
--CONSUMER_SECRET="" \
|
||||
--BEARER_TOKEN="" \
|
||||
--PSEUDOS=""
|
||||
```
|
||||
Ou avec un `docker-compose.yml` :
|
||||
|
@ -67,6 +68,7 @@ services:
|
|||
- TOKEN_SECRET=
|
||||
- CONSUMER_KEY=
|
||||
- CONSUMER_SECRET=
|
||||
- BEARER_TOKEN=
|
||||
- PSEUDOS=
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
|
Reference in a new issue