mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
Update docker-compose
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
version: '3.9'
|
||||
---
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
xui:
|
||||
image: alireza7/x-ui
|
||||
container_name: x-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
|
||||
ports:
|
||||
- 54321:54321
|
||||
- 443:443
|
||||
|
||||
Reference in New Issue
Block a user