[Abandon Partie 1]
This commit is contained in:
parent
906a9ecb61
commit
f49eab2731
14 changed files with 305 additions and 6 deletions
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue