File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ How to Use/Setup ?
20
20
2. Install docker-compose: https://docs.docker.com/compose/install/
21
21
3. Inside this directory, run `sudo docker-compose up` and wait untill everything is configured for you.
22
22
4. In your Browser, go to "http://localhost:8080/JavaVulnerableLab/install.jsp
23
- 5. Click the Install Button
24
- 6. Enjoy :)
23
+ 5. Change the JDBC URL from jdbc:mysql://localhost:3306 to jdbc:mysql://mysql:3306
24
+ 6. Click the Install Button
25
+ 7. Enjoy :)
25
26
26
27
27
28
** Method 2.Very Easiest Method : VirtualBox VM**
Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ javavulnlab:
2
2
build : .
3
3
ports :
4
4
- 8080:8080
5
- net : host
5
+ links :
6
+ - mysql
6
7
7
8
mysql :
8
9
image : mysql
9
10
environment :
10
11
- MYSQL_ROOT_PASSWORD=root
11
- net : host
12
- ports :
13
- - 3306:3306
You can’t perform that action at this time.
0 commit comments