3x-ui/DockerEntrypoint.sh

8 lines
80 B
Bash
Raw Normal View History

#!/bin/sh
# Start fail2ban
fail2ban-client -x start
# Run x-ui
exec /app/x-ui