You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
11 lines
204 B
YAML
11 lines
204 B
YAML
version: "3.9"
|
|
services:
|
|
hackingtool:
|
|
image: vgpastor/hackingtool
|
|
container_name: hackingtool
|
|
stdin_open: true
|
|
tty: true
|
|
volumes:
|
|
- .:/root/hackingtool
|
|
ports:
|
|
- 22:22 |