From d58f223781170a9903f058a49d45a516da5a5c7e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 28 Mar 2023 23:59:49 +0200 Subject: [PATCH] Try new command --- customers/base/nextcloud-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 79a4d5f..caf8758 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -37,7 +37,7 @@ spec: ports: - containerPort: 80 name: nextcloud-http - command: ['apachectl', '-D', 'FOREGROUND'] + command: ['/bin/sh','-c', 'apachectl -D FOREGROUND'] initContainers: - image: docker.sunet.se/sunet/docker-jinja:latest name: init-config