mirror of https://github.com/c0ny1/vulstudy
Update docker-compose.yml
This commit is contained in:
parent
81453a8504
commit
fe6e334d1e
|
@ -1,5 +1,5 @@
|
||||||
|
#url: http://ip:8080/WebGoat
|
||||||
version: '2.0'
|
version: '2.0'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
webgoat:
|
webgoat:
|
||||||
#build: webgoat-server/
|
#build: webgoat-server/
|
||||||
|
@ -14,4 +14,4 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- webgoat
|
- webgoat
|
||||||
ports:
|
ports:
|
||||||
- "8081:8081"
|
- "8081:8081"
|
||||||
|
|
Loading…
Reference in New Issue