16 lines
240 B
YAML
16 lines
240 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
martillo-maldito:
|
|
image: martillo-maldito:latest
|
|
restart: always
|
|
build:
|
|
context: .
|
|
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- NET_RAW
|
|
|
|
volumes:
|
|
- /var/log/auth.log:/host_ssh/auth.log
|