ssh-honeypot/docker-compose.yaml

7 lines
101 B
YAML
Raw Normal View History

2023-12-26 16:44:59 +01:00
services:
ssh-honeypot:
build: .
ports:
2023-12-26 17:30:41 +01:00
- "2222:22"
volumes:
- ./data:/app/data