Skip to content

Commit 850c873

Browse files
committed
Default sandbox controller mode to emulate
1 parent 916c8b7 commit 850c873

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ services:
2222
context: ./sandbox_controller
2323
container_name: provity-sandbox-controller
2424
environment:
25-
# Set to 'mock' to test wiring without a Windows VM.
26-
SANDBOX_MODE: ${SANDBOX_MODE:-mock}
25+
# Default to 'emulate' for docker-only dynamic verdicts.
26+
# Use 'mock' for simple wiring tests; use 'winrm' to run on a Windows VM.
27+
SANDBOX_MODE: ${SANDBOX_MODE:-emulate}
2728
SANDBOX_MAX_MB: ${SANDBOX_MAX_MB:-10}
2829

2930
# WinRM target (required when SANDBOX_MODE=winrm)

0 commit comments

Comments
 (0)