Update docker-compose.yaml

This commit is contained in:
2023-08-31 12:19:30 +00:00
parent 12661c9eee
commit 326a019626

View File

@ -1,9 +1,9 @@
version: "3.5"
services:
fail2ban1:
fail2ban:
image: crazymax/fail2ban:latest
container_name: fail2ban1
container_name: fail2ban
network_mode: "host"
cap_add:
- NET_ADMIN