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