mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +00:00
Update DockerEntrypoint.sh (start nginx)
This commit is contained in:
parent
b45b50aa3b
commit
2b9085e826
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Start nginx in the background
|
||||
nginx
|
||||
|
||||
# Start fail2ban
|
||||
fail2ban-client -x start
|
||||
|
||||
|
|
Loading…
Reference in a new issue