Honeypots
This commit is contained in:
parent
b790e067fc
commit
f4fd0ba87b
|
@ -2,7 +2,8 @@ services:
|
||||||
ssh-honeypot:
|
ssh-honeypot:
|
||||||
container_name: ssh-honeypot
|
container_name: ssh-honeypot
|
||||||
image: registry.bhasher.com/ssh-honeypot:latest
|
image: registry.bhasher.com/ssh-honeypot:latest
|
||||||
ports:
|
environment:
|
||||||
- 24587:22
|
- PORT=24587
|
||||||
volumes:
|
volumes:
|
||||||
- $DATA/honeypots/ssh-honeypot:/app/data:rw
|
- $DATA/honeypots/ssh-honeypot:/app/data:rw
|
||||||
|
network_mode: host
|
||||||
|
|
Loading…
Reference in New Issue