14 lines
353 B
YAML
14 lines
353 B
YAML
services:
|
|
ssh-honeypot:
|
|
container_name: ssh-honeypot
|
|
image: registry.bhasher.com/ssh-honeypot:latest
|
|
labels:
|
|
- "com.centurylinklabs.watchtower.enable=true"
|
|
environment:
|
|
- PORT=24587
|
|
- TZ=Europe/Paris
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- $DATA/honeypots/ssh-honeypot:/app/data:rw
|
|
network_mode: host
|