mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
Update production.yml to set user field to "root" in services section
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ services:
|
|||||||
container_name: kestra
|
container_name: kestra
|
||||||
pull_policy: always
|
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.
|
# 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
|
command: server standalone --worker-thread=128
|
||||||
environment:
|
environment:
|
||||||
KESTRA_CONFIGURATION: |
|
KESTRA_CONFIGURATION: |
|
||||||
|
|||||||
Reference in New Issue
Block a user