Skip to content

Commit cc28d21

Browse files
authored
Add mounting of sessions.jsonl in docker-compose.yml (#1221)
1 parent 92cd6ab commit cc28d21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
1010
volumes:
1111
- ./nitter.conf:/src/nitter.conf:Z,ro
12+
- ./sessions.jsonl:/src/sessions.jsonl:Z,ro # Run get_sessions.py to get the credentials
1213
depends_on:
1314
- nitter-redis
1415
restart: unless-stopped

0 commit comments

Comments
 (0)