From a4c38ec8ae0495ce7a1bee00728a1e108b3a9b68 Mon Sep 17 00:00:00 2001 From: Dmitiry Vinogradov Date: Sat, 11 Jan 2025 15:41:48 +0300 Subject: fail2ban service in docker container (#2632) docker container Co-authored-by: Dmitrij Vinogradov --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index ac09b531..2d223181 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,7 @@ RUN chmod +x \ /app/x-ui \ /usr/bin/x-ui +ENV X_UI_ENABLE_FAIL2BAN="true" VOLUME [ "/etc/x-ui" ] CMD [ "./x-ui" ] ENTRYPOINT [ "/app/DockerEntrypoint.sh" ] -- cgit v1.2.3