mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Add docker instructions to readme
This commit is contained in:
parent
1877b4fd83
commit
089cea0042
3 changed files with 14 additions and 7 deletions
|
|
@ -71,6 +71,12 @@ Set your port and page title in `nitter.conf`, then run Nitter by executing `./n
|
|||
You should run Nitter behind a reverse proxy such as
|
||||
[Nginx](https://github.com/zedeus/nitter/wiki/Nginx) or Apache for better security.
|
||||
|
||||
To build and run Nitter in Docker:
|
||||
```bash
|
||||
docker build -t nitter:latest --build-arg HOSTNAME=nitter.net .
|
||||
docker run -d -p 8080:8080 nitter:latest
|
||||
```
|
||||
|
||||
To run Nitter via systemd you can use this service file:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue