fix indent

This commit is contained in:
Arya 2023-09-03 20:54:15 +05:30
parent 8ab28a741e
commit f6c8dbc3bc
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -8,7 +8,6 @@ services:
- "8387:8080" - "8387:8080"
volumes: volumes:
- ./extras.conf:/src/nitter.conf:ro - ./extras.conf:/src/nitter.conf:ro
# Guest accounts is stored on local system and IS NOT MEANT TO BE SHARED
- ./guest_accounts.json:/src/guest_accounts.json:ro - ./guest_accounts.json:/src/guest_accounts.json:ro
depends_on: depends_on:
- nitter-redis - nitter-redis