tweaking, hardening

This commit is contained in:
Marco Ochse
2018-03-30 20:54:44 +00:00
parent 594361a056
commit 5c403a5cce
7 changed files with 40 additions and 27 deletions

View File

@ -219,6 +219,5 @@ services:
network_mode: "host"
env_file:
- /opt/tpot/etc/compose/wetty_environment
ports:
- "64300:64300"
image: "dtagdevsec/wetty:1710"
image: "dtagdevsec/wetty:1804"
read_only: true

View File

@ -314,7 +314,7 @@ services:
volumes:
- /data/p0f/log:/var/log/p0f
# Vnclowpot service
# vnclowpot service
vnclowpot:
container_name: vnclowpot
restart: always
@ -322,7 +322,8 @@ services:
- vnclowpot_local
ports:
- "5900:5900"
image: "dtagdevsec/vnclowpot:1710"
image: "dtagdevsec/vnclowpot:1804"
read_only: true
volumes:
- /data/vnclowpot/log:/var/log/vnclowpot
@ -333,6 +334,5 @@ services:
network_mode: "host"
env_file:
- /opt/tpot/etc/compose/wetty_environment
ports:
- "64300:64300"
image: "dtagdevsec/wetty:1710"
image: "dtagdevsec/wetty:1804"
read_only: true