Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- 3xui:
- image: ghcr.io/mhsanaei/3x-ui:latest
- container_name: xray-gui
- hostname: xray-gui
- volumes:
- - ./data/db/:/etc/x-ui/
- - ./data/cert/:/root/cert/
- - /etc/localtime:/etc/localtime:ro
- environment:
- XRAY_VMESS_AEAD_FORCED: "false"
- XUI_ENABLE_FAIL2BAN: "true"
- tty: true
- network_mode: host
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment