1version: "3.9" 2services: 3 hackingtool: 4 image: vgpastor/hackingtool 5 container_name: hackingtool 6 stdin_open: true 7 tty: true 8 volumes: 9 - .:/root/hackingtool 10 ports: 11 - 22:22 12