Ver Fonte

Fix fail2ban inside DockerEntrypoint.sh

Hamidreza há 1 ano atrás
pai
commit
e63d2644bd
1 ficheiros alterados com 1 adições e 1 exclusões
  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