new tag 30.0.5.2-2 for customer image
This commit is contained in:
parent
02a7ac8d5c
commit
93ce560985
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
restartPolicy: Always
|
||||
containers:
|
||||
- name: customer
|
||||
image: docker.sunet.se/drive/nextcloud-custom:30.0.5.2-1
|
||||
image: docker.sunet.se/drive/nextcloud-custom:30.0.5.2-2
|
||||
volumeMounts:
|
||||
- name: nextcloud-data
|
||||
mountPath: /var/www/html/config/
|
||||
|
|
|
@ -17,3 +17,4 @@ data:
|
|||
php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ db:add-missing-indices
|
||||
sed "s/config_is_read_only\(.\) => false,/config_is_read_only\1 => true,/" /var/www/html/config/config.php > /var/www/html/config/config.php.tmp
|
||||
mv /var/www/html/config/config.php.tmp /var/www/html/config/config.php
|
||||
chown www-data:www-data /var/www/html/config/config.php
|
||||
|
|
Loading…
Add table
Reference in a new issue