hackingtool/docker-compose.yml

11 lines
204 B
YAML
Raw Normal View History

2022-12-02 21:16:16 +00:00
version: "3.9"
services:
hackingtool:
image: vgpastor/hackingtool
container_name: hackingtool
stdin_open: true
tty: true
2022-12-02 21:16:16 +00:00
volumes:
- .:/root/hackingtool
ports:
- 22:22