mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 11:53:01 +00: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 |