mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-08-23 11:42:34 +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);
|
args.push(...opts.envFlags);
|
||||||
|
|
||||||
// Container settings
|
// Container settings
|
||||||
args.push('--shm-size', '2gb', '--ipc', 'host', '--security-opt', 'seccomp=unconfined');
|
args.push('--shm-size', '2gb', '--security-opt', 'seccomp=unconfined');
|
||||||
|
|
||||||
// Image
|
// Image
|
||||||
args.push(getWorkerImage(opts.version));
|
args.push(getWorkerImage(opts.version));
|
||||||
|
|||||||
Reference in New Issue
Block a user