From 80f3e02a9e007e6de0b72d5e660bf32902d08c83 Mon Sep 17 00:00:00 2001 From: tappineapple Date: Wed, 14 May 2025 13:32:48 -0700 Subject: [PATCH 1/2] no need to expose sql server --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b14b5b7..41a7c5e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: - MYSQL_DATABASE=notes_app restart: unless-stopped ports: - - "3306:3306" + - "3306" volumes: mysql_data: \ No newline at end of file From 87183077eff3fda0c41a6d683517595d7a0349c3 Mon Sep 17 00:00:00 2001 From: tappineapple Date: Wed, 14 May 2025 13:33:11 -0700 Subject: [PATCH 2/2] fixed command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a0d620..e2a8426 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ deliberately vulnerable webApp
I am going to keep building on this to encompass everything I am learning about OWASP 10 -Run `docker-compose up` to build and run the application
\ No newline at end of file +Run `docker-compose up --build` to build and run the application
\ No newline at end of file