Y-Panel/docker-compose.yml
心隨緣動 c9e66b76cf
v2.6.8
2025-09-03 03:11:43 +08:00

17 lines
379 B
YAML

services:
x-panel:
build:
context: .
dockerfile: ./Dockerfile
container_name: x-panel_app
# hostname: yourhostname <- optional
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