From 31b961be2f521081d1cc685f788576e598c33b07 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 2 May 2024 17:17:17 +0800 Subject: [PATCH] Update production.yml to set user field to "root" in services section --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index bb973d6..67b673c 100644 --- a/production.yml +++ b/production.yml @@ -63,7 +63,7 @@ services: container_name: kestra pull_policy: always # Note that this is meant for development only. Refer to the documentation for production deployments of Kestra which runs without a root user. - user: "1000:1000" + user: "root" command: server standalone --worker-thread=128 environment: KESTRA_CONFIGURATION: |