2024-05-12 13:46:11 +02:00
|
|
|
version: "3.9"
|
|
|
|
|
|
|
|
services:
|
|
|
|
martillo-maldito:
|
2024-05-21 00:09:19 +02:00
|
|
|
image: git.midefos.com/midefos/martillo-maldito:latest
|
2024-05-12 13:46:11 +02:00
|
|
|
restart: always
|
2024-09-22 03:35:30 +02:00
|
|
|
pull_policy: build
|
2024-05-12 14:13:42 +02:00
|
|
|
network_mode: "host"
|
2024-05-12 13:46:11 +02:00
|
|
|
|
|
|
|
cap_add:
|
|
|
|
- NET_ADMIN
|
|
|
|
- NET_RAW
|
|
|
|
|
|
|
|
volumes:
|
2024-09-22 03:33:48 +02:00
|
|
|
- /var/log/journal:/var/log/journal
|
|
|
|
- /etc/iptables/rules.v4:/etc/iptables/rules.v4
|