prepare for vnclowpot tweaking

This commit is contained in:
Marco Ochse 2017-08-18 22:05:30 +00:00
parent 26f019c894
commit 277f24e0ee
3 changed files with 38 additions and 0 deletions

View file

@ -13,6 +13,7 @@ networks:
mailoney_local:
spiderfoot_local:
ui-for-docker_local:
vnclowpot_local:
services:
@ -285,3 +286,15 @@ services:
image: "dtagdevsec/p0f:1706"
volumes:
- /data/p0f/log:/var/log/p0f
# Vnclowpot service
vnclowpot:
container_name: vnclowpot
restart: always
networks:
- vnclowpot_local
ports:
- "5900:5900"
image: "dtagdevsec/vnclowpot:1706"
volumes:
- /data/vnclowpot/log:/var/log/vnclowpot

View file

@ -9,6 +9,7 @@ networks:
ewsposter_local:
glastopf_local:
mailoney_local:
vnclowpot_local:
services:
@ -128,3 +129,15 @@ services:
image: "dtagdevsec/mailoney:1706"
volumes:
- /data/mailoney/log:/opt/mailoney/logs
# Vnclowpot service
vnclowpot:
container_name: vnclowpot
restart: always
networks:
- vnclowpot_local
ports:
- "5900:5900"
image: "dtagdevsec/vnclowpot:1706"
volumes:
- /data/vnclowpot/log:/var/log/vnclowpot

View file

@ -11,6 +11,7 @@ networks:
mailoney_local:
spiderfoot_local:
ui-for-docker_local:
vnclowpot_local:
services:
@ -256,3 +257,14 @@ services:
volumes:
- /data/p0f/log:/var/log/p0f
# Vnclowpot service
vnclowpot:
container_name: vnclowpot
restart: always
networks:
- vnclowpot_local
ports:
- "5900:5900"
image: "dtagdevsec/vnclowpot:1706"
volumes:
- /data/vnclowpot/log:/var/log/vnclowpot