Skip to content

Commit

Permalink
mount guest_accounts.jsonl in docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialtech committed Feb 24, 2024
1 parent 6fbd569 commit 4bbbcfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
volumes:
- ./nitter.conf:/src/nitter.conf:Z,ro
- ./guest_accounts.jsonl:/src/guest_accounts.jsonl:ro
depends_on:
- nitter-redis
restart: unless-stopped
Expand Down

0 comments on commit 4bbbcfb

Please sign in to comment.