be sure to have the password between quotes
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
5f13e5be00
commit
27205063f2
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
|
- TWITTER_PASSWORD="yourpassword"
|
||||||
- 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
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue