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:
Diffstat (limited to 'DockerEntrypoint.sh')
-rw-r--r--DockerEntrypoint.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/DockerEntrypoint.sh b/DockerEntrypoint.sh
new file mode 100644
index 00000000..26083c5d
--- /dev/null
+++ b/DockerEntrypoint.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Start fail2ban
+fail2ban-client -x -f start
+
+# Run x-ui
+exec /app/x-ui