phase 4 complete
This commit is contained in:
@@ -11,8 +11,8 @@ services:
|
||||
# Note: Using host network mode for scanner capabilities, so no port mapping needed
|
||||
# The Flask app will be accessible at http://localhost:5000
|
||||
volumes:
|
||||
# Mount configs directory (read-only) for scan configurations
|
||||
- ./configs:/app/configs:ro
|
||||
# Mount configs directory for scan configurations (read-write for web UI management)
|
||||
- ./configs:/app/configs
|
||||
# Mount output directory for scan results
|
||||
- ./output:/app/output
|
||||
# Mount database file for persistence
|
||||
|
||||
Reference in New Issue
Block a user