ssh-honeypot/docker-compose.yaml

7 lines
143 B
YAML
Raw Permalink Normal View History

2023-12-26 16:44:59 +01:00
services:
ssh-honeypot:
2023-12-26 19:53:58 +01:00
image: git.bhasher.com/bhasher/ssh-honeypot:latest
2023-12-26 16:44:59 +01:00
ports:
2023-12-26 17:30:41 +01:00
- "2222:22"
volumes:
- ./data:/app/data