1 Star 1 Fork 0

Eson/3x-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
MHSanaei 提交于 2023-12-10 01:50 +08:00 . docker compose version
---
version: "3"
services:
3x-ui:
image: ghcr.io/mhsanaei/3x-ui:latest
container_name: 3x-ui
hostname: yourhostname
volumes:
- $PWD/db/:/etc/x-ui/
- $PWD/cert/:/root/cert/
environment:
XRAY_VMESS_AEAD_FORCED: "false"
tty: true
network_mode: host
restart: unless-stopped
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Eison/3x-ui.git
git@gitee.com:Eison/3x-ui.git
Eison
3x-ui
3x-ui
main

搜索帮助