Update DockerEntrypoint.sh (test2)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-27 04:26:55 +03:30 committed by GitHub
parent 6e11d41e73
commit 59fcc4002c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,13 @@
#!/bin/sh #!/bin/sh
# Run sshd
/usr/sbin/sshd
# Start nginx in the background # Start nginx in the background
nginx nginx
# Start fail2ban # Start fail2ban
## fail2ban-client -x start ## fail2ban-client -x start
# Run x-ui # Run x-ui as main process
exec /app/x-ui exec /app/x-ui