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
|
||||
community.docker.docker_container:
|
||||
name: nextcloud-{{ item }}
|
||||
image: nextcloud:30.0.1-apache
|
||||
image: nextcloud:30.0.2-apache
|
||||
networks:
|
||||
- name: nextcloud
|
||||
- name: haproxy
|
||||
|
|
|
@ -43,7 +43,6 @@ $CONFIG = array (
|
|||
'trusted_proxies' => [
|
||||
'172.24.0.0/16',
|
||||
],
|
||||
'config_is_read_only' => true,
|
||||
'ldapUserCleanupInterval' => 0,
|
||||
'auth.storeCryptedPassword' => false,
|
||||
'maintenance_window_start' => 21,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 30.0.1.2
|
||||
version: 30.0.2.2
|
||||
overwrite_protocol: https
|
||||
|
||||
db_type: pgsql
|
||||
|
|
Loading…
Reference in a new issue