From cb0d1b464cb87951f38398aad2317def21404cf7 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 29 Mar 2023 00:11:52 +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 7f9a8c0..e924139 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', '-DFOREGROUND'] + command: ['apachectl', '-k', 'start'] initContainers: - image: docker.sunet.se/sunet/docker-jinja:latest name: init-config