[Abandon Partie 1]

This commit is contained in:
iMax 2025-01-21 11:56:00 +01:00
parent 906a9ecb61
commit f49eab2731
14 changed files with 305 additions and 6 deletions

View file

@ -11,15 +11,14 @@ services:
attacker:
build: ./attacker
container_name: attacker
ports:
- 5001:5001
networks:
- mynetwork
privileged: true
stdin_open: true
depends_on:
- webserver
victim:
build: docker/victim
build: ./victim
container_name: victim
networks:
- mynetwork
@ -30,4 +29,5 @@ services:
networks:
mynetwork:
external: false
external: false