This commit is contained in:
Micke Nordin 2023-03-29 00:15:42 +02:00
parent d5b15f1a9d
commit 83f7248bae
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -37,7 +37,7 @@ spec:
ports:
- containerPort: 443
name: nextcloud-https
command: ['apachectl', '-k', 'start', '-D', 'FOREGROUND']
command: ['/bin/sh', '-c', 'apachectl -D FOREGROUND']
initContainers:
- image: docker.sunet.se/sunet/docker-jinja:latest
name: init-config