Add guest accounts to docker container
This commit is contained in:
parent
740be2c7e5
commit
f2ded06a53
1 changed files with 2 additions and 1 deletions
|
@ -4,12 +4,13 @@ services:
|
|||
|
||||
nitter:
|
||||
image: git.nolog.cz/nolog.cz/nitter:latest
|
||||
#build: .
|
||||
build: .
|
||||
container_name: nitter
|
||||
ports:
|
||||
- "8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
|
||||
volumes:
|
||||
- ./nitter.conf:/src/nitter.conf:Z,ro
|
||||
- ./guest_accounts.json:/src/guest_accounts.json:Z,ro
|
||||
depends_on:
|
||||
- nitter-redis
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue