Files
hackingtool/docker-compose.yml
T
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