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

9 lines
198 B
YAML
Raw Normal View History

2023-12-26 17:38:30 +01:00
services:
ssh-honeypot:
container_name: ssh-honeypot
image: registry.bhasher.com/ssh-honeypot:latest
ports:
- 24587:22
volumes:
- $DATA/honeypots/ssh-honeypot:/app/data:rw