mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-05-18 15:14:49 +02:00
fix: drop redundant --ipc host flag from worker container
This commit is contained in:
@@ -239,7 +239,7 @@ export function spawnWorker(opts: WorkerOptions): ChildProcess {
|
||||
args.push(...opts.envFlags);
|
||||
|
||||
// Container settings
|
||||
args.push('--shm-size', '2gb', '--ipc', 'host', '--security-opt', 'seccomp=unconfined');
|
||||
args.push('--shm-size', '2gb', '--security-opt', 'seccomp=unconfined');
|
||||
|
||||
// Image
|
||||
args.push(getWorkerImage(opts.version));
|
||||
|
||||
Reference in New Issue
Block a user