Update README.md

This commit is contained in:
Ho3ein 2023-05-29 17:56:13 +03:30 committed by GitHub
parent 45a8d6c95e
commit 331f2adb1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,10 +88,12 @@ Note: If your server's CPU architecture is `arm64`, modify the `amd64` in `tar z
# Install with Docker # Install with Docker
<details> <details>
<summary>Click for Docker details</summary> <summary>Click for Docker details</summary>
1. Install Docker: 1. Install Docker:
```sh ```sh
bash <(curl -sSL https://get.docker.com) bash <(curl -sSL https://get.docker.com)
``` ```
2. Clone the Project Repository: 2. Clone the Project Repository:
```sh ```sh
@ -261,6 +263,7 @@ Reference syntax:
# Environment Variables # Environment Variables
<details> <details>
<summary>Click for Environment Variables details</summary> <summary>Click for Environment Variables details</summary>
| Variable | Type | Default | | Variable | Type | Default |
| -------------- | :--------------------------------------------: | :------------ | | -------------- | :--------------------------------------------: | :------------ |
| XUI_LOG_LEVEL | `"debug"` \| `"info"` \| `"warn"` \| `"error"` | `"info"` | | XUI_LOG_LEVEL | `"debug"` \| `"info"` \| `"warn"` \| `"error"` | `"info"` |