mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 07:16:19 +00:00
Update README.md
This commit is contained in:
parent
53e8495cfb
commit
ca3bacc488
1 changed files with 1 additions and 31 deletions
32
README.md
32
README.md
|
@ -50,43 +50,13 @@ systemctl restart x-ui
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
# Install with Docker
|
# Clone the Project Repository:
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Click for Docker details</summary>
|
|
||||||
|
|
||||||
1. Install Docker:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
bash <(curl -sSL https://get.docker.com)
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Clone the Project Repository:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/quydang04/x-ui.git
|
git clone https://github.com/quydang04/x-ui.git
|
||||||
cd x-ui
|
cd x-ui
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Start the Service
|
|
||||||
|
|
||||||
```sh
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
OR
|
|
||||||
|
|
||||||
```sh
|
|
||||||
docker run -itd \
|
|
||||||
-e XRAY_VMESS_AEAD_FORCED=false \
|
|
||||||
-v $PWD/db/:/etc/x-ui/ \
|
|
||||||
-v $PWD/cert/:/root/cert/ \
|
|
||||||
--network=host \
|
|
||||||
--restart=unless-stopped \
|
|
||||||
--name 3x-ui \
|
|
||||||
ghcr.io/quydang04/x-ui:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
# Default settings
|
# Default settings
|
||||||
|
|
Loading…
Reference in a new issue