chore: update README.md (#202)

Fix some mistakes
This commit is contained in:
leic4u 2023-11-23 22:17:09 +08:00 committed by GitHub
parent 9a4174e6ef
commit 34289150fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,12 +216,11 @@ docker run -dit \
-e TZ=Asia/Shanghai \
-v /mnt/user/appdata/nginx:/etc/nginx \
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
-v /var/www:/var/www \
-p 8080:80 -p 8443:443 \
uozi/nginx-ui:latest
```
3. When your docker container is running, Log in to nginx-ui panel with `http://<your_server_ip>:<listen_port>/install`.
3. When your docker container is running, Log in to nginx-ui panel with `http://<your_server_ip>:8080/install`.
</details>
<details>
@ -262,7 +261,7 @@ docker-compose up -d
docker compose up -d
```
4. When your docker container is running, Log in to nginx-ui panel with `http://<your_server_ip>:<listen_port>/install`.
4. When your docker container is running, Log in to nginx-ui panel with `http://<your_server_ip>:8080/install`.
</details>