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: d1399a9bda9a422983924d3c7ce0b05d26ecc4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
version: "3.8"

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