mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
11 lines
205 B
YAML
11 lines
205 B
YAML
version: '3.9'
|
|
services:
|
|
xui:
|
|
image: alireza7/x-ui
|
|
container_name: x-ui
|
|
volumes:
|
|
- $PWD/db/:/etc/x-ui/
|
|
- $PWD/cert/:/root/cert/
|
|
restart: unless-stopped
|
|
network_mode: host
|