3x-ui/docker-compose.yml
心隨緣動 696ddaa068 个人优化
个人优化更改
2024-04-29 01:59:30 +08:00

16 lines
321 B
YAML

---
version: "3"
services:
3x-ui:
image: ghcr.io/xeefei/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