File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Quick Start
22## 1. Download docker-compose.yml, .env, fail and filter:
3-
3+ ``` bash
44mkdir -p ./fail2ban/filter.d/
55mkdir -p ./fail2ban/jail.d/
66
@@ -11,11 +11,13 @@ curl -o ./fail2ban/filter.d/nginx-req-limit.conf -L https://raw.githubuserconten
1111curl -o ./fail2ban/filter.d/wp-login-fail.conf -L https://raw.githubusercontent.com/dinhngocdung/ee-container-stack/refs/heads/main/fail2ban/filter.d/wp-login-fail.conf
1212
1313curl -o ./fail2ban/jail.d/jail.local -L https://raw.githubusercontent.com/dinhngocdung/ee-container-stack/refs/heads/main/fail2ban/jail.d/jail.local
14-
14+ ```
1515## 2. Add your sites logs
16+ ``` bash
1617vi ./fail2ban/docker-compose.yml
17-
18+ ```
1819## 3. Run
20+ ``` bash
1921cd ./fail2ban/ && \
2022sudo docker compose up -d
21-
23+ ```
You can’t perform that action at this time.
0 commit comments