mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 15:26:18 +00:00
Create DockerEntrypoint.sh
This commit is contained in:
parent
80606a419b
commit
f0abca5334
1 changed files with 7 additions and 0 deletions
7
DockerEntrypoint.sh
Normal file
7
DockerEntrypoint.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Start fail2ban
|
||||
fail2ban-client -x start
|
||||
|
||||
# Run x-ui
|
||||
exec /app/x-ui
|
Loading…
Reference in a new issue