You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(orchestrator): use Docker named volume for persistent challenge data
- Replace /tmp host path with named Docker volume
- Volume name: {container_name}-data (includes validator suffix)
- Data persists across container restarts/recreations
- Each validator has isolated data
0 commit comments