Modification dockerfile
This commit is contained in:
parent
865127a0a9
commit
19da13310d
4 changed files with 14 additions and 12 deletions
|
@ -1,11 +1,13 @@
|
|||
services:
|
||||
webserver:
|
||||
dockerfile: docker/apache2/dockerfile
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- .:/code
|
||||
attacker:
|
||||
dockerfile: docker/attacker/dockerfile
|
||||
build: .
|
||||
ports:
|
||||
- "5001:5001"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue