Fix fail2ban inside DockerEntrypoint.sh

This commit is contained in:
Hamidreza 2023-07-20 21:48:55 +03:30 committed by GitHub
parent 56e4d13179
commit e63d2644bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Start fail2ban
fail2ban-client -x -f start
fail2ban-client -x start
# Run x-ui
exec /app/x-ui