tweaking, remove honeypy => deprecated

This commit is contained in:
t3chn0m4g3
2022-01-17 17:45:03 +00:00
parent c611101987
commit d301cf0447
15 changed files with 6 additions and 102 deletions

View File

@ -0,0 +1,26 @@
version: '2.3'
networks:
honeypy_local:
services:
# HoneyPy service
honeypy:
build: .
container_name: honeypy
restart: always
networks:
- honeypy_local
ports:
- "7:7"
- "8:8"
- "2048:2048"
- "2323:2323"
- "2324:2324"
- "4096:4096"
- "9200:9200"
image: "dtagdevsec/honeypy:2203"
read_only: true
volumes:
- /data/honeypy/log:/opt/honeypy/log