Honeypots
This commit is contained in:
parent
b790e067fc
commit
f4fd0ba87b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue