Update DockerEntrypoint.sh (start nginx)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-25 13:14:51 +03:30 committed by GitHub
parent b45b50aa3b
commit 2b9085e826
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,8 @@
#!/bin/sh
# Start nginx in the background
nginx
# Start fail2ban
fail2ban-client -x start