stilleshan/x-ui.

7,642 7 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/x-ui
Build Time 16 Nov 2022 04:35:45
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.3.3.18 16 Nov 2022 at 04:35:45

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  x-ui:
    image: stilleshan/x-ui:0.3.3.18
    container_name: x-ui
    restart: no

CLI

docker create \
  --name=x-ui \  --restart no \
  stilleshan/x-ui:0.3.3.18