From d5b15f1a9d3124849b7c4a0561f92bd845272872 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 29 Mar 2023 00:13:46 +0200 Subject: [PATCH] Apache --- 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 e924139..e0862fe 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -37,7 +37,7 @@ spec: ports: - containerPort: 443 name: nextcloud-https - command: ['apachectl', '-k', 'start'] + command: ['apachectl', '-k', 'start', '-D', 'FOREGROUND'] initContainers: - image: docker.sunet.se/sunet/docker-jinja:latest name: init-config