Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Z4nzu
GitHub Repository: Z4nzu/hackingtool
Path: blob/master/docker-compose.yml
1267 views
1
version: "3.9"
2
services:
3
hackingtool:
4
image: vgpastor/hackingtool
5
container_name: hackingtool
6
stdin_open: true
7
tty: true
8
volumes:
9
- .:/root/hackingtool
10
ports:
11
- 22:22
12