Update README.md

This commit is contained in:
Nicolas Meienberger 2022-05-18 19:09:51 +00:00 committed by GitHub
parent d40c4a50f0
commit ca2f35b9e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,11 @@ cd runtipi && sudo ./scripts/start.sh
```
The script will prompt you the ip address of the dashboard once configured.
Tipi will run by default on port 80. To select another port you can run the start script with the `--port` argument
```bash
sudo ./scripts/start.sh --port 7000
```
To stop Tipi, run the stop script.