[nextcloud] Need to run /entrypoint before to generate data
This commit is contained in:
parent
265831a84f
commit
e373df63cd
1 changed files with 4 additions and 6 deletions
|
@ -71,12 +71,10 @@ spec:
|
||||||
mountPath: "/etc/letsencrypt"
|
mountPath: "/etc/letsencrypt"
|
||||||
- name: copy-php
|
- name: copy-php
|
||||||
image: nextcloud:20-fpm
|
image: nextcloud:20-fpm
|
||||||
command:
|
command: [ "/bin/sh" ]
|
||||||
- rsync
|
args:
|
||||||
- -a
|
- -c
|
||||||
- -v
|
- "/entrypoint.sh; rsync -a -v /var/www/html/ /var/www/nextcloud"
|
||||||
- /var/www/html/
|
|
||||||
- /var/www/nextcloud
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-php
|
- name: nextcloud-php
|
||||||
mountPath: "/var/www/nextcloud"
|
mountPath: "/var/www/nextcloud"
|
||||||
|
|
Loading…
Reference in a new issue