bump log4pot to latest master

rebuild on ubuntu for payload download support
This commit is contained in:
t3chn0m4g3
2021-12-20 18:40:38 +00:00
parent aaccb43471
commit 0bca794fe7
5 changed files with 44 additions and 19 deletions

View File

@ -18,6 +18,8 @@ services:
log4pot:
container_name: log4pot
restart: always
tmpfs:
- /tmp:uid=2000,gid=2000
networks:
- log4pot_local
ports:
@ -25,10 +27,12 @@ services:
- "443:8080"
- "8080:8080"
- "9200:8080"
- "25565:8080"
image: "dtagdevsec/log4pot:2006"
read_only: true
volumes:
- /data/log4pot/log:/var/log/log4pot
- /data/log4pot/log:/var/log/log4pot/log
- /data/log4pot/payloads:/var/log/log4pot/payloads
# Honeytrap service
honeytrap: