Guest User

Untitled

a guest
Jun 30th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. services:
  2. 3xui:
  3. image: ghcr.io/mhsanaei/3x-ui:latest
  4. container_name: xray-gui
  5. hostname: xray-gui
  6. volumes:
  7. - ./data/db/:/etc/x-ui/
  8. - ./data/cert/:/root/cert/
  9. - /etc/localtime:/etc/localtime:ro
  10. environment:
  11. XRAY_VMESS_AEAD_FORCED: "false"
  12. XUI_ENABLE_FAIL2BAN: "true"
  13. tty: true
  14. network_mode: host
  15. restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment