Skip to content

Commit

Permalink
Add /var/www/html as volume in docker compose (#1371)
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 authored Dec 21, 2023
1 parent b647d21 commit f8d0e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
volumes:
- /etc/vulnerablecode/:/etc/vulnerablecode/
- static:/var/vulnerablecode/static/
- /var/www/html:/var/www/html
depends_on:
- db

Expand Down

0 comments on commit f8d0e6b

Please sign in to comment.