Skip to content

Commit

Permalink
In which our hero adds volume mounting to example config. (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
JesseBowling authored Oct 29, 2018
1 parent 962f559 commit d1c33da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ services:
volumes:
- ./config/collector:/etc/collector:z
- ./storage/chnserver/sqlite:/opt/sqlite
- ./chnserver.sysconfig:/etc/default/chnserver
links:
- mongodb:mongodb
- redis:redis
Expand Down Expand Up @@ -128,4 +129,3 @@ You can now log into the web interface for your new honeypot management server.
## Next Steps

At this point you have a functioning CommunityHoneyNetwork server, ready to register honeypots and start collecting data. Next, try [deploying your first honeypot](firstpot.md)...

0 comments on commit d1c33da

Please sign in to comment.