Try new command

This commit is contained in:
Micke Nordin 2023-03-28 23:59:49 +02:00
parent ad21f1b392
commit d58f223781
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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