Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docker-compose.yml - github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0231309230806d8a3fe84153530f4ff38a83fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
version: "3.9"

services:
  3x-ui:
    image: ghcr.io/mhsanaei/3x-ui:latest
    container_name: 3x-ui
    volumes:
      - $PWD/db/:/etc/x-ui/
      - $PWD/cert/:/root/cert/
    environment:
      XRAY_VMESS_AEAD_FORCED: "false"
    tty: true
    network_mode: host
    restart: unless-stopped