mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
Update DockerEntrypoint.sh (test2)
This commit is contained in:
parent
6e11d41e73
commit
59fcc4002c
1 changed files with 4 additions and 1 deletions
|
@ -1,10 +1,13 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Run sshd
|
||||||
|
/usr/sbin/sshd
|
||||||
|
|
||||||
# Start nginx in the background
|
# Start nginx in the background
|
||||||
nginx
|
nginx
|
||||||
|
|
||||||
# Start fail2ban
|
# Start fail2ban
|
||||||
## fail2ban-client -x start
|
## fail2ban-client -x start
|
||||||
|
|
||||||
# Run x-ui
|
# Run x-ui as main process
|
||||||
exec /app/x-ui
|
exec /app/x-ui
|
||||||
|
|
Loading…
Reference in a new issue