Update README.md

This commit is contained in:
quydang 2023-08-30 07:58:51 +07:00 committed by GitHub
parent 53e8495cfb
commit ca3bacc488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,43 +50,13 @@ systemctl restart x-ui
</details>
# Install with Docker
<details>
<summary>Click for Docker details</summary>
1. Install Docker:
```sh
bash <(curl -sSL https://get.docker.com)
```
2. Clone the Project Repository:
# Clone the Project Repository:
```sh
git clone https://github.com/quydang04/x-ui.git
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>
# Default settings