소스 검색

Fix fail2ban inside DockerEntrypoint.sh

Hamidreza 1 년 전
부모
커밋
e63d2644bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      DockerEntrypoint.sh

+ 1 - 1
DockerEntrypoint.sh

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