niter fix

This commit is contained in:
Arya 2023-10-02 23:39:57 +05:30
parent f0e706f1ba
commit 3b8938afc6
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
- "8387:8080"
volumes:
- ./extras.conf:/src/nitter.conf:ro
- ./guest_accounts.json:/src/guest_accounts.json:ro
- ./guest_accounts.jsonl:/src/guest_accounts.jsonl:ro
depends_on:
- nitter-redis
restart: unless-stopped