Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-12 20:48:16 +0300
committerHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-12 21:15:31 +0300
commit1f7c79c7359367d54ca0c0080fc78acffe678805 (patch)
tree046c23f38e89f7d909f4540fe357f949d1b661bd
parent251fd608dfe3bd9b8264508a4f5a080b45a2229e (diff)
Add docker-compose.yml
-rw-r--r--docker-compose.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 00000000..f0231309
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,15 @@
+---
+version: "3.9"
+
+services:
+ 3x-ui:
+ image: ghcr.io/mhsanaei/3x-ui:latest
+ container_name: 3x-ui
+ volumes:
+ - $PWD/db/:/etc/x-ui/
+ - $PWD/cert/:/root/cert/
+ environment:
+ XRAY_VMESS_AEAD_FORCED: "false"
+ tty: true
+ network_mode: host
+ restart: unless-stopped