Honeypots

This commit is contained in:
Brieuc Dubois 2023-12-26 18:35:37 +01:00
parent b790e067fc
commit f4fd0ba87b
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ services:
ssh-honeypot:
container_name: ssh-honeypot
image: registry.bhasher.com/ssh-honeypot:latest
ports:
- 24587:22
environment:
- PORT=24587
volumes:
- $DATA/honeypots/ssh-honeypot:/app/data:rw
network_mode: host