diff --git a/README.md b/README.md index c89491b6..9d3330e6 100644 --- a/README.md +++ b/README.md @@ -50,43 +50,13 @@ systemctl restart x-ui -# Install with Docker - -
- Click for Docker details - -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 - ``` -
# Default settings