Try this
This commit is contained in:
parent
87266dbe62
commit
caef690d29
|
@ -83,7 +83,8 @@ spec:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: nextcloud-http
|
name: nextcloud-http
|
||||||
command: ["/bin/bash"]
|
command: ["/bin/bash"]
|
||||||
args: ["-c", "cp /etc/apache2/mods-available/{php8.0.conf,php8.0.load} /etc/apache2/mods-enabled; apachectl -D FOREGROUND"]
|
args: ["-c", "apachectl -D FOREGROUND"]
|
||||||
|
#args: ["-c", "cp /etc/apache2/mods-available/{php8.0.conf,php8.0.load}; apachectl -D FOREGROUND"]
|
||||||
#command: ["/bin/sh","-c", "apachectl -D FOREGROUND; tail -f /dev/null"]
|
#command: ["/bin/sh","-c", "apachectl -D FOREGROUND; tail -f /dev/null"]
|
||||||
initContainers:
|
initContainers:
|
||||||
- image: docker.sunet.se/sunet/docker-jinja:latest
|
- image: docker.sunet.se/sunet/docker-jinja:latest
|
||||||
|
|
Loading…
Reference in a new issue