updated docker-compose to use fork image from ghcr.io
This commit is contained in:
parent
719a08169d
commit
ced0599e89
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
|
||||
nitter:
|
||||
image: zedeus/nitter:latest
|
||||
image: ghcr.io/privacydevel/nitter:master
|
||||
container_name: nitter
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
|
||||
|
|
Loading…
Reference in a new issue