1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00
Files
hackingtool/docker-compose.yml

10 lines
192 B
YAML
Raw Normal View History

2022-12-02 22:16:16 +01:00
version: "3.9"
services:
hackingtool:
build: .
stdin_open: true # docker run -i
tty: true # docker run -t
volumes:
- .:/root/hackingtool
ports:
- 22:22