v2.6.2
v2.6.2
This commit is contained in:
parent
b92e6687d4
commit
6a24189ba3
@ -1,16 +1,16 @@
|
|||||||
---
|
|
||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
3x-ui:
|
3xui:
|
||||||
image: ghcr.io/xeefei/3x-ui:latest
|
build:
|
||||||
container_name: 3x-ui
|
context: .
|
||||||
hostname: yourhostname
|
dockerfile: ./Dockerfile
|
||||||
|
container_name: 3xui_app
|
||||||
|
# hostname: yourhostname <- optional
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/db/:/etc/x-ui/
|
- $PWD/db/:/etc/x-ui/
|
||||||
- $PWD/cert/:/root/cert/
|
- $PWD/cert/:/root/cert/
|
||||||
environment:
|
environment:
|
||||||
XRAY_VMESS_AEAD_FORCED: "false"
|
XRAY_VMESS_AEAD_FORCED: "false"
|
||||||
|
XUI_ENABLE_FAIL2BAN: "true"
|
||||||
tty: true
|
tty: true
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user