We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cd6ab commit cc28d21Copy full SHA for cc28d21
docker-compose.yml
@@ -9,6 +9,7 @@ services:
9
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
10
volumes:
11
- ./nitter.conf:/src/nitter.conf:Z,ro
12
+ - ./sessions.jsonl:/src/sessions.jsonl:Z,ro # Run get_sessions.py to get the credentials
13
depends_on:
14
- nitter-redis
15
restart: unless-stopped
0 commit comments