This commit is contained in:
Micke Nordin 2023-03-29 10:59:49 +02:00
parent 497a0497fb
commit 1bfcccae32
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -73,8 +73,8 @@ spec:
ports:
- containerPort: 8080
name: nextcloud-http
command: ["apachectl"]
args: ["-D", "FOREGROUND"]
command: ["/bin/sh","-c", "apachectl -D FOREGROUND; tail -f /dev/null"]
# args: ["-D", "FOREGROUND"]
initContainers:
- image: docker.sunet.se/sunet/docker-jinja:latest
name: init-config