Skip to content

Commit

Permalink
docker: fix input_pcaps mount path in webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed May 17, 2024
1 parent bc612e8 commit 07e0b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
build: ./webapp
image: anssi/shovel-webapp:dev
volumes:
- "./input_pcaps:/webapp/static/input_pcaps:ro"
- "./input_pcaps:/input_pcaps:ro"
- "./suricata/output:/suricata/output:ro"
ports:
- 127.0.0.1:8000:8000
Expand Down

0 comments on commit 07e0b97

Please sign in to comment.