Fix fail2ban inside DockerEntrypoint.sh

This commit is contained in:
Hamidreza 2023-07-20 21:48:55 +03:30 committed by GitHub
parent 5a921a5d82
commit 4f0f9dcd0f

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