1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00
Files
hackingtool/docker-compose.yml
Víctor García 108bf23272 Add Docker
2022-12-02 22:16:16 +01:00

10 lines
192 B
YAML

version: "3.9"
services:
hackingtool:
build: .
stdin_open: true # docker run -i
tty: true # docker run -t
volumes:
- .:/root/hackingtool
ports:
- 22:22