3x-ui/DockerEntrypoint.sh

14 lines
165 B
Bash
Raw Normal View History

#!/bin/sh
2024-08-27 00:56:55 +00:00
# Run sshd
/usr/sbin/sshd
# Start nginx in the background
nginx
# Start fail2ban
## fail2ban-client -x start
2024-08-27 00:56:55 +00:00
# Run x-ui as main process
exec /app/x-ui