1
0
martillo-maldito/docker-compose.yml

20 lines
348 B
YAML
Raw Normal View History

2024-05-12 13:46:11 +02:00
version: "3.9"
services:
martillo-maldito:
image: martillo-maldito:latest
restart: always
2024-05-12 14:13:42 +02:00
network_mode: "host"
2024-05-12 13:46:11 +02:00
build:
context: .
pull_policy: build
2024-05-12 13:46:11 +02:00
cap_add:
- NET_ADMIN
- NET_RAW
volumes:
- /var/log/auth.log:/host_ssh/auth.log
- /etc/iptables/rules.v4:/host_iptables/rules.v4