mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
18 lines
305 B
YAML
18 lines
305 B
YAML
version: '2.1'
|
|
|
|
networks:
|
|
vnclowpot_local:
|
|
|
|
services:
|
|
|
|
# vnclowpot service
|
|
vnclowpot:
|
|
container_name: vnclowpot
|
|
restart: always
|
|
networks:
|
|
- vnclowpot_local
|
|
ports:
|
|
- "5900:5900"
|
|
image: "dtagdevsec/vnclowpot:1710"
|
|
volumes:
|
|
- /data/vnclowpot/log:/var/log/vnclowpot
|