homelab/bxl-shp/apps/docker-compose.honeypots.yaml

12 lines
292 B
YAML

services:
ssh-honeypot:
container_name: ssh-honeypot
image: registry.bhasher.com/ssh-honeypot:latest
labels:
- "com.centurylinklabs.watchtower.enable=true"
environment:
- PORT=24587
volumes:
- $DATA/honeypots/ssh-honeypot:/app/data:rw
network_mode: host