--- version: "3" services: 3x-ui: image: ghcr.io/mhsanaei/3x-ui:latest container_name: 3x-ui hostname: yourhostname volumes: - $PWD/db/:/etc/x-ui/ - $PWD/cert/:/root/cert/ environment: XRAY_VMESS_AEAD_FORCED: "false" tty: true network_mode: host restart: unless-stopped 1 ...
Xray panel supporting multi-protocol multi-user expire day & traffic & ip limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard) - 3x-ui/DockerEntrypoint.sh at v2.4.7 · MHSanaei/3x-ui
git clone https://github.com/MHSanaei/3x-ui.git cd 3x-ui Start the Service: docker compose up -d Add--pull alwaysflag to make docker automatically recreate container if a newer image is pulled. Seehttps://docs.docker.com/reference/cli/docker/container/run/#pullfor more info. OR docker ...
2 changes: 1 addition & 1 deletion 2 docker-compose.yml Original file line numberDiff line numberDiff line change @@ -1,5 +1,5 @@ --- version: "3.8" version: "3" services: 3x-ui: 0 comments on commit 655e17e Please sign in to comment. Footer...
git clone https://github.com/MHSanaei/3x-ui.git cd 3x-ui Start the Service: docker compose up -d Add --pull always flag to make docker automatically recreate container if a newer image is pulled. See https://docs.docker.com/reference/cli/docker/container/run/#pull for more info. OR ...
Подробности: https://docs.docker.com/reference/cli/docker/container/run/#pull ИЛИ 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...
Xray panel supporting multi-protocol multi-user expire day & traffic & IP limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard) - Release v2.5.0 · MHSanaei/3x-ui
.github/workflows release.yml DockerInit.sh go.mod go.sum 2 changes: 1 addition & 1 deletion 2 .github/workflows/release.yml Original file line numberDiff line numberDiff line change @@ -83,7 +83,7 @@ jobs: cd x-ui/bin # Download dependencies Xray_URL="https://github.com/XTLS/...
Xray panel supporting multi-protocol multi-user expire day & traffic & IP limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard) - Xray Core v25.1.1 · MHSanaei/3x-ui@b6a9192
DockerInit.sh go.mod go.sum 2 changes: 1 addition & 1 deletion2.github/workflows/release.yml Original file line numberDiff line numberDiff line change Expand Up@@ -83,7 +83,7 @@ jobs: cd x-ui/bin # Download dependencies Xray_URL="https://github.com/XTLS/Xray-core/releases/download...