Files
trihuy-russian/docker-compose.yml
T

16 lines
372 B
YAML
Raw 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
network_mode: host
restart: unless-stopped