mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-04 07:03:00 +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
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Start nginx in the background
|
||||||
|
nginx
|
||||||
|
|
||||||
# Start fail2ban
|
# Start fail2ban
|
||||||
fail2ban-client -x start
|
fail2ban-client -x start
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue