Files

17 lines
380 B
YAML
Raw Permalink Normal View History

2023-05-12 22:18:16 +04:30
services:
2025-06-13 15:25:13 +07:00
3xui:
build:
context: .
dockerfile: ./Dockerfile
container_name: 3xui_app
# hostname: yourhostname <- optional
2023-05-12 22:18:16 +04:30
volumes:
- $PWD/db/:/etc/x-ui/
- $PWD/cert/:/root/cert/
environment:
XRAY_VMESS_AEAD_FORCED: "false"
XUI_ENABLE_FAIL2BAN: "true"
2023-05-12 22:18:16 +04:30
tty: true
ports:
- "2053:2053"
restart: unless-stopped