diff options
| author | Dmitiry Vinogradov <sim.fishing@gmail.com> | 2025-01-11 15:41:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-11 15:41:48 +0300 |
| commit | a4c38ec8ae0495ce7a1bee00728a1e108b3a9b68 (patch) | |
| tree | a29c4e05611b78f04e7b257fc1d60d5add433755 /docker-compose.yml | |
| parent | 0c477716718c5f8052f95ad3c2f51ddf661e7f4e (diff) | |
fail2ban service in docker container (#2632)
docker container
Co-authored-by: Dmitrij Vinogradov <dmitrij.vinogradov@gmail.com>
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index b0a89399..00a82901 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,6 +11,7 @@ services: - $PWD/cert/:/root/cert/ environment: XRAY_VMESS_AEAD_FORCED: "false" + X_UI_ENABLE_FAIL2BAN: "true" tty: true network_mode: host restart: unless-stopped |
