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

10 lines
229 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
2023-12-26 18:35:37 +01:00
environment:
- PORT=24587
2023-12-26 17:38:30 +01:00
volumes:
- $DATA/honeypots/ssh-honeypot:/app/data:rw
2023-12-26 18:35:37 +01:00
network_mode: host