Create DockerEntrypoint.sh

This commit is contained in:
quydang 2023-09-16 10:25:43 +07:00 committed by GitHub
parent 80606a419b
commit f0abca5334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
DockerEntrypoint.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
# Start fail2ban
fail2ban-client -x start
# Run x-ui
exec /app/x-ui