ssh-honeypot/docker-compose.yaml

7 lines
101 B
YAML

services:
ssh-honeypot:
build: .
ports:
- "2222:22"
volumes:
- ./data:/app/data