mirror of
https://github.com/langgenius/dify.git
synced 2026-08-31 01:36:38 +08:00
chore(dify-agent): disable Landlock for E2B templates (#40892)
This commit is contained in:
@@ -10,7 +10,7 @@ readonly DEFAULT_WAIT_SECONDS='600'
|
||||
readonly DEFAULT_POLL_SECONDS='10'
|
||||
readonly DEFAULT_CPU_COUNT='2'
|
||||
readonly DEFAULT_MEMORY_MB='1024'
|
||||
readonly START_COMMAND='/usr/bin/env SHELLCTL_ENABLE_PATH_ISOLATION=true /usr/local/bin/shellctl serve --listen 0.0.0.0:5004'
|
||||
readonly START_COMMAND='/usr/bin/env SHELLCTL_ENABLE_PATH_ISOLATION=false /usr/local/bin/shellctl serve --listen 0.0.0.0:5004'
|
||||
readonly READY_COMMAND='curl -fsS http://localhost:5004/healthz'
|
||||
|
||||
SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
Reference in New Issue
Block a user