17 lines
337 B
YAML
17 lines
337 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
martillo-maldito:
|
|
image: git.midefos.com/midefos/martillo-maldito:latest
|
|
restart: always
|
|
# pull_policy: build
|
|
network_mode: "host"
|
|
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- NET_RAW
|
|
|
|
volumes:
|
|
- /var/log/journal:/var/log/journal
|
|
- /etc/iptables/rules.v4:/etc/iptables/rules.v4
|