Update production.yml to set user field to "root" in services section

This commit is contained in:
2024-05-02 17:17:17 +08:00
parent 5661aa2764
commit 31b961be2f
+1 -1
View File
@@ -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: |