Y-Panel/docker-compose.yml
心隨緣動 a0292bbf2c
v2.6.2
v2.6.2
2025-07-14 04:14:21 +08:00

15 lines
337 B
YAML

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"
XUI_ENABLE_FAIL2BAN: "true"
tty: true
network_mode: host
restart: unless-stopped