Commit 88016384 authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Note alternative location for scan2report data

parent be08112c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ services:
      - ./user_data/importer-db:/app/user_data/importer-db
      - ./user_data/pwndoc-logs:/app/user_data/pwndoc-logs:ro  # Flask web interface allows download of Pwndoc Backend log
      - ./user_data/worker-logs:/app/user_data/worker-logs:ro
      - ./scan2report:/app/scan2report  # preserves modified docx templates and plugin configurations; scan2report templates are preserved in pwndoc
      # - ./scan2report:/app/scan2report  # modified docx templates and plugin configurations should be uploaded through web UI. Their temp representation may be in ./debug_tmp/scan2report_data
      - ./debug_tmp:/app/debug_tmp  # This is no longer just a debug folder, now it sadly also contains some persistent content (open ports for usage in audits)
    depends_on:
      - pwndoc-backend