Add Docker (#58)

This commit is contained in:
Hossin Asaadi
2022-11-16 19:06:32 +03:30
committed by GitHub
parent bb419976a7
commit abc67e8bd4
4 changed files with 24 additions and 6 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.9'
services:
xui:
image: hossinasaadi/x-ui
container_name: x-ui
volumes:
- $PWD/db/:/etc/x-ui/
- $PWD/cert/:/root/cert/
restart: unless-stopped
network_mode: host