gitextract_wqh4elk2/ ├── Dockerfile ├── README.md ├── docker-build.sh └── files/ ├── fail2ban/ │ ├── filter.d/ │ │ ├── nginx-blocked.conf │ │ └── wordpress-auth.conf │ ├── jail.conf │ └── mu-plugins/ │ └── fail2ban_login_failed.php ├── nginx.conf ├── php-fpm.conf ├── run.sh └── wp-config-devoply.php