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