services: ssh-honeypot: container_name: ssh-honeypot image: registry.bhasher.com/ssh-honeypot:latest labels: - "com.centurylinklabs.watchtower.enable=true" environment: - PORT=24587 volumes: - $DATA/honeypots/ssh-honeypot:/app/data:rw network_mode: host