You've already forked ssh-tarpit
16 lines
324 B
YAML
16 lines
324 B
YAML
version: '3.3'
|
|
services:
|
|
ssh-tarpit:
|
|
image: git.rznet.fr/razian/ssh-tarpit
|
|
container_name: ssh-tarpit
|
|
ports:
|
|
- '2222:2222'
|
|
restart: always
|
|
volumes:
|
|
- ./logs.db:/app/logs.db
|
|
# - /var/lib/GeoIP:/app/GeoIP
|
|
command:
|
|
- --port=2222
|
|
- --tarpit=false
|
|
# - --geoip=/app/GeoIP
|