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

10 lines
229 B
YAML

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