DockerEntrypoint.sh 80 B

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