Update docker-compose.yml

Co-authored-by: Mark Vainomaa <mikroskeem@gmail.com>
This commit is contained in:
Tommy 2023-03-06 08:57:18 -05:00 committed by GitHub
parent 89a84b8387
commit 8c71f5b1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
ports:
- "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
- ./nitter.conf:/src/nitter.conf:Z,ro
depends_on:
- nitter-redis
restart: unless-stopped