Skip to content

Commit

Permalink
Expose postgres port
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 committed Sep 27, 2024
1 parent 9c6c219 commit d3a6f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- docker.env
volumes:
- db_data:/var/lib/postgresql/data/
ports:
- 5432:5432

vulnerablecode:
build: .
Expand Down

0 comments on commit d3a6f7e

Please sign in to comment.