Skip to content

Commit e63d264

Browse files
authored
Fix fail2ban inside DockerEntrypoint.sh
1 parent 56e4d13 commit e63d264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DockerEntrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Start fail2ban
4-
fail2ban-client -x -f start
4+
fail2ban-client -x start
55

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

0 commit comments

Comments
 (0)