Skip to content

Commit 3ec022a

Browse files
authored
Update docker-compose.yml (#1373)
Add /var/www/html volume in nginx Signed-off-by: Tushar Goel <[email protected]>
1 parent ecf3532 commit 3ec022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ services:
2121
volumes:
2222
- /etc/vulnerablecode/:/etc/vulnerablecode/
2323
- static:/var/vulnerablecode/static/
24-
- /var/www/html:/var/www/html
2524
depends_on:
2625
- db
2726

@@ -35,6 +34,7 @@ services:
3534
volumes:
3635
- ./etc/nginx/conf.d/:/etc/nginx/conf.d/
3736
- static:/var/vulnerablecode/static/
37+
- /var/www/html:/var/www/html
3838
depends_on:
3939
- vulnerablecode
4040

0 commit comments

Comments
 (0)