3x-ui/docker-compose.yml

19 lines
341 B
YAML
Raw Normal View History

2023-05-12 17:48:16 +00:00
---
2023-12-09 17:50:32 +00:00
version: "3"
2023-05-12 17:48:16 +00:00
services:
3x-ui:
build:
context: .
dockerfile: ./Dockerfile
2023-05-12 17:48:16 +00:00
container_name: 3x-ui
hostname: yourhostname
2023-05-12 17:48:16 +00:00
volumes:
- $PWD/db/:/etc/x-ui/
- $PWD/cert/:/root/cert/
environment:
XRAY_VMESS_AEAD_FORCED: "false"
tty: true
network_mode: host
restart: unless-stopped