forked from michael.heier/umbrel-apps
Bugfix: Nitter, add quotes to default theme
This commit is contained in:
parent
a360c39cd7
commit
133b382c76
|
@ -15,7 +15,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
REDIS_HOST: "nitter_redis_1"
|
REDIS_HOST: "nitter_redis_1"
|
||||||
REDIS_PASS: "moneyprintergobrrr"
|
REDIS_PASS: "moneyprintergobrrr"
|
||||||
NITTER_THEME: "auto_(twitter)"
|
NITTER_THEME: '"auto_(twitter)"'
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/nitter:/data
|
- ${APP_DATA_DIR}/data/nitter:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user