From 59fcc4002ce4d8819a45eaf25dc6ea1a7f91a2e1 Mon Sep 17 00:00:00 2001 From: OnceUponATimeInAmerica <114700833+OnceUponATimeInAmerica@users.noreply.github.com> Date: Tue, 27 Aug 2024 04:26:55 +0330 Subject: [PATCH] Update DockerEntrypoint.sh (test2) --- DockerEntrypoint.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DockerEntrypoint.sh b/DockerEntrypoint.sh index dcfe6445..098490c1 100644 --- a/DockerEntrypoint.sh +++ b/DockerEntrypoint.sh @@ -1,10 +1,13 @@ #!/bin/sh +# Run sshd +/usr/sbin/sshd + # Start nginx in the background nginx # Start fail2ban ## fail2ban-client -x start -# Run x-ui +# Run x-ui as main process exec /app/x-ui