Suppression des dossier non pris en compte par le .gitignore

This commit is contained in:
nk
2026-05-07 09:26:00 +02:00
parent a988f7ef9d
commit 6050f0fd9c
44 changed files with 0 additions and 26374 deletions
@@ -1,24 +0,0 @@
services:
kali:
image: kalilinux/kali-rolling
container_name: kali-lab
hostname: kali-docker
tty: true
stdin_open: true
networks:
- lab-network
volumes:
- ./work:/root/work
command: >
bash -c "apt update && apt install -y kali-linux-headless && tail -f /dev/null"
victime:
image: tleemcjr/metasploitable2
container_name: metasploitable2
hostname: metasploitable2
networks:
- lab-network
networks:
lab-network:
driver: bridge