diff --git a/docs/quickstart.md b/docs/quickstart.md index 60f3957..7b5d39a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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 @@ -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)... -