We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916c8b7 commit 850c873Copy full SHA for 850c873
1 file changed
docker-compose.yml
@@ -22,8 +22,9 @@ services:
22
context: ./sandbox_controller
23
container_name: provity-sandbox-controller
24
environment:
25
- # Set to 'mock' to test wiring without a Windows VM.
26
- SANDBOX_MODE: ${SANDBOX_MODE:-mock}
+ # Default to 'emulate' for docker-only dynamic verdicts.
+ # Use 'mock' for simple wiring tests; use 'winrm' to run on a Windows VM.
27
+ SANDBOX_MODE: ${SANDBOX_MODE:-emulate}
28
SANDBOX_MAX_MB: ${SANDBOX_MAX_MB:-10}
29
30
# WinRM target (required when SANDBOX_MODE=winrm)
0 commit comments