Update nextcloud to v30.0.2
This commit is contained in:
parent
a720e784e2
commit
954ccb9c9a
3 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
become: true
|
become: true
|
||||||
community.docker.docker_container:
|
community.docker.docker_container:
|
||||||
name: nextcloud-{{ item }}
|
name: nextcloud-{{ item }}
|
||||||
image: nextcloud:30.0.1-apache
|
image: nextcloud:30.0.2-apache
|
||||||
networks:
|
networks:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
- name: haproxy
|
- name: haproxy
|
||||||
|
|
|
@ -43,7 +43,6 @@ $CONFIG = array (
|
||||||
'trusted_proxies' => [
|
'trusted_proxies' => [
|
||||||
'172.24.0.0/16',
|
'172.24.0.0/16',
|
||||||
],
|
],
|
||||||
'config_is_read_only' => true,
|
|
||||||
'ldapUserCleanupInterval' => 0,
|
'ldapUserCleanupInterval' => 0,
|
||||||
'auth.storeCryptedPassword' => false,
|
'auth.storeCryptedPassword' => false,
|
||||||
'maintenance_window_start' => 21,
|
'maintenance_window_start' => 21,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: 30.0.1.2
|
version: 30.0.2.2
|
||||||
overwrite_protocol: https
|
overwrite_protocol: https
|
||||||
|
|
||||||
db_type: pgsql
|
db_type: pgsql
|
||||||
|
|
Loading…
Reference in a new issue