mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 12:46:19 +00:00
19 lines
394 B
YAML
19 lines
394 B
YAML
---
|
|
version: "3"
|
|
|
|
services:
|
|
3x-ui:
|
|
image: 3x-ui:latest
|
|
container_name: 3x-ui
|
|
hostname: localhost
|
|
volumes:
|
|
- $PWD/db/:/etc/x-ui/
|
|
- $PWD/cert/:/root/cert/
|
|
environment:
|
|
XRAY_VMESS_AEAD_FORCED: "false"
|
|
X_UI_ENABLE_FAIL2BAN: "true"
|
|
WEB_PORT: "2067"
|
|
WEB_BASE_PATH: "/control/"
|
|
tty: true
|
|
network_mode: host
|
|
restart: unless-stopped
|