Skip to content

Commit

Permalink
Fix fail2ban inside DockerEntrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid-gh98 committed Jul 20, 2023
1 parent 56e4d13 commit e63d264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerEntrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Start fail2ban
fail2ban-client -x -f start
fail2ban-client -x start

# Run x-ui
exec /app/x-ui

0 comments on commit e63d264

Please sign in to comment.