1
0

docker-compose.yml 298 B

123456789101112131415
  1. ---
  2. version: "3.9"
  3. services:
  4. 3x-ui:
  5. image: ghcr.io/mhsanaei/3x-ui:latest
  6. container_name: 3x-ui
  7. volumes:
  8. - $PWD/db/:/etc/x-ui/
  9. - $PWD/cert/:/root/cert/
  10. environment:
  11. XRAY_VMESS_AEAD_FORCED: "false"
  12. tty: true
  13. network_mode: host
  14. restart: unless-stopped