mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
17 lines
325 B
YAML
17 lines
325 B
YAML
---
|
|
version: "3.9"
|
|
|
|
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
|