Update README.md and not to recommend using 80 port

This commit is contained in:
2023-05-04 09:20:33 +10:00
committed by GitHub
parent c81da61cec
commit a6c4ab584d
+4 -4
View File
@@ -68,12 +68,12 @@ File Browser
### Quick run ### Quick run
```shell ```shell
docker run -d --name aria2-ui -p 80:80 wahyd4/aria2-ui docker run -d --name aria2-ui -p 8000:80 wahyd4/aria2-ui
``` ```
* Aria2: <http://yourip> * Aria2: <http://yourip:8000>
* FileManger: <http://yourip/files> * FileManger: <http://yourip:8000/files>
* Rclone: <http://yourip/rclone> * Rclone: <http://yourip:8000/rclone>
* Please use `admin`/`admin` as username and password to login `Filebrowser` for the first time. And use `user`/`password` to login `Rclone` if you don't update `ARIA2_USER` and `ARIA2_PWD` * Please use `admin`/`admin` as username and password to login `Filebrowser` for the first time. And use `user`/`password` to login `Rclone` if you don't update `ARIA2_USER` and `ARIA2_PWD`
### Full features run ### Full features run