2024-05-12 13:46:11 +02:00
|
|
|
version: "3.9"
|
|
|
|
|
|
|
|
services:
|
|
|
|
martillo-maldito:
|
|
|
|
image: martillo-maldito:latest
|
|
|
|
restart: always
|
|
|
|
build:
|
|
|
|
context: .
|
2024-05-12 14:03:26 +02:00
|
|
|
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
|
2024-05-12 14:03:26 +02:00
|
|
|
- /etc/iptables/rules.v4:/host_iptables/rules.v4
|