chore: update docs

This commit is contained in:
Jacky 2025-04-23 12:57:09 +08:00
parent 0e46527a20
commit 309ca81ee3
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
21 changed files with 175 additions and 4 deletions

View file

@ -74,6 +74,7 @@ docker run -dit \
-v /mnt/user/appdata/nginx:/etc/nginx \
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
-v /var/www:/var/www \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 8080:80 -p 8443:443 \
uozi/nginx-ui:latest
```