specific to dockercompose
This commit is contained in:
parent
a8248827e0
commit
bef57f2172
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
||||||
container_name: Pusk
|
container_name: Pusk
|
||||||
environment:
|
environment:
|
||||||
- TWITTER_USERNAME=yourusername # not your mail
|
- TWITTER_USERNAME=yourusername # not your mail
|
||||||
- TWITTER_PASSWORD=yourpassword # take care, you need to double $ signs in your password
|
- TWITTER_PASSWORD=yourpassword # in dockercompose, you need to double $ signs in your password
|
||||||
- TWITTER_TOTP=yourseed # optional if you don't have 2fa
|
- TWITTER_TOTP=yourseed # optional if you don't have 2fa
|
||||||
- PUSK_DEBUG=FALSE # optional
|
- PUSK_DEBUG=FALSE # optional
|
||||||
- PUSK_HASHTAG=TRUE # optional, will add an hashtag to tweets
|
- PUSK_HASHTAG=TRUE # optional, will add an hashtag to tweets
|
||||||
|
|
Loading…
Reference in a new issue