[nextcloud] Need to run /entrypoint before to generate data

This commit is contained in:
Nico Schottelius 2021-07-28 23:58:05 +02:00
parent 265831a84f
commit e373df63cd
1 changed files with 4 additions and 6 deletions

View File

@ -71,12 +71,10 @@ spec:
mountPath: "/etc/letsencrypt"
- name: copy-php
image: nextcloud:20-fpm
command:
- rsync
- -a
- -v
- /var/www/html/
- /var/www/nextcloud
command: [ "/bin/sh" ]
args:
- -c
- "/entrypoint.sh; rsync -a -v /var/www/html/ /var/www/nextcloud"
volumeMounts:
- name: nextcloud-php
mountPath: "/var/www/nextcloud"