mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +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
|
||||
|
||||
# Run sshd
|
||||
/usr/sbin/sshd
|
||||
|
||||
# Start nginx in the background
|
||||
nginx
|
||||
|
||||
# Start fail2ban
|
||||
## fail2ban-client -x start
|
||||
|
||||
# Run x-ui
|
||||
# Run x-ui as main process
|
||||
exec /app/x-ui
|
||||
|
|
Loading…
Reference in a new issue