mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
include docker repos
... skip emobility since it is a dev repo
This commit is contained in:
18
docker/vnclowpot/docker-compose.yml
Normal file
18
docker/vnclowpot/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
||||
version: '2.1'
|
||||
|
||||
networks:
|
||||
vnclowpot_local:
|
||||
|
||||
services:
|
||||
|
||||
# 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
|
Reference in New Issue
Block a user