alireza7/x-ui

By alireza7

Updated about 1 month ago

Image

50K+

Install using docker

This docker tutorial and docker image are provided by alireza0

  1. install docker
curl -fsSL https://get.docker.com | sh
  1. install x-ui
mkdir x-ui && cd x-ui
docker run -itd --network=host \
    -v $PWD/db/:/etc/x-ui/ \
    -v $PWD/cert/:/root/cert/ \
    --name x-ui --restart=unless-stopped \
    alireza0/x-ui:latest

Build your own image

docker build -t x-ui .

Docker Pull Command

docker pull alireza7/x-ui