Compare commits
2 commits
15026b51ad
...
c0b9a682ac
Author | SHA1 | Date | |
---|---|---|---|
c0b9a682ac | |||
a4467929c0 |
2 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
|||
# FROM nextcloud:28.0.1-apache
|
||||
# FROM nextcloud:29.0.3-apache
|
||||
# FROM nextcloud:30.0.4-apache
|
||||
FROM nextcloud:31.0.0-apache
|
||||
# FROM nextcloud:31.0.0-apache
|
||||
FROM nextcloud:31.0.4-apache
|
||||
|
||||
# This is a stupid comment for a demo (remove later)
|
||||
|
||||
|
|
|
@ -34,6 +34,11 @@ Run after install
|
|||
./occ config:system:set maintenance_window_start --type=integer --value=1
|
||||
|
||||
|
||||
Add this in dokku nginx
|
||||
|
||||
rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ permanent;
|
||||
rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ permanent;
|
||||
|
||||
Add this in crontab
|
||||
|
||||
dokku enter cloud web su -l -s /bin/bash - www-data -c "cd html && php -dmemory_limit=-1 ./occ app:update --all"
|
||||
|
|
Loading…
Add table
Reference in a new issue