DockerEntrypoint.sh 83 B

1234567
  1. #!/bin/sh
  2. # Start fail2ban
  3. fail2ban-client -x -f start
  4. # Run x-ui
  5. exec /app/x-ui